I'm trying to figure out how to reduce the side of the brown bar that runs across the middle of the page. It needs to be reduced to about 220 pixels tall. Any ideas on where I can make this edit in the elegance theme? Thanks.
I'm trying to figure out how to reduce the side of the brown bar that runs across the middle of the page. It needs to be reduced to about 220 pixels tall. Any ideas on where I can make this edit in the elegance theme? Thanks.
What brown bar?
There is a huge brown background bar just below the navigation menu. Look at some of the other pages on the website to see a smaller version of the bar. Thanks.
The page I saw earlier didn't have any colours. The brown background is coming from:
#container-top {
background-color: #F7F7F7;
background-image: url("images/bg-container-top.gif");
background-repeat: repeat-x;
}
in style.css
This topic has been closed to new replies.