So, I am trying to set the border radius for the whole content-filled portion of my theme, I am using the blank style.css as a base, and was assuming that I would set the border-radius for the wrapper to make the whole shebang have rounded corners...but it didn't seem to work?
Here's what I've got so far:
Code:
#wrapper {
width:980px;
margin:0 auto;
border:3px solid #3F2815;
border-radius:18px;
}
And I tried setting the border-radius for the footer and menu as well, but it still just isn't working. Anyone know how to fix this irritating problem..?
Viewing my site in Google Chrome, which supports Border-radius.
EDIT:
Also tried adding the border-radius to the content, and that didn't work either.