My blog is http://www.luksusdyret.com
As you can see I've managed to remove sidebar 3, but I have a problem with sidebar 2.
In sidebar 2 i want to remove the background (header), and I did in the stylesheet, but as you can see it's still showing up.
Can somebody help me?
I have removed sidebar 2 from this code:
#content, #sidebar-1 {
background: #ffffff url(imagenes_qwilm/beach.jpg) no-repeat top left;
overflow: hidden;
and the sidebar 2 code looks like this now:
#sidebar-2 {
width: 250px;
background: #c0c0c0;
background-position: -1000px 0;
padding-top: 0px;
}
Still the background is there, and I have noe clue why.