my website is www.toyzeum.com/store/
this is what I want my sidebox to look like:
this is the current coding i have in my styles.css file
#whatsnewHeading {display: none;}
#whatsnew {border: none;}
#whatsnew.rightBoxContainer {
background-image: url(https://www.toyzeum.com/store/images...finds_bg.jpg);
height:260px!important;
width:293px!important;
margin: 2em;
border-top: 5px;
border-bottom: 0px;
margin-top: 5em;
}
I am still new to CSS and am not sure how to modify within the sidebox... rightBoxContainer is obviously modifying the entire box in ways that I dont want (as seen on my page)... How do I get the padding / margins for the links and content within the sidebox only?
Thanks for your help.
-Aaron


Reply With Quote
