I'm having an issue with changing the background of my wrapper in a responsive WordPress theme. When I try to change the background, it doesn't update, but when I change the border, it does. I want my wrapper content to have a transparent background. Here is the code I am using:
#wrapper {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
background:transparent;
border: 4px solid #fffffff;
border-radius: 1px;
clear: both;
margin: 40px auto 40px auto;
padding: 0 20px 20px 20px;
position: relative;