alonaTBP
Member
Posted 2 years ago #
I'd like to bump the sidebar down so that it starts beneath the bottom of the header, so I'm able to display a full header. My blog is located here: http://thebigpicture.tv/blog/
Does anyone know how to bump down the side bar like this?
Your help is much appreciated.
emptymindfilms
Member
Posted 2 years ago #
Go to stylesheet.css and change the margin-top - the higher the number the lower the sidebar sits (distance from the browser top). Mine is set to 160px in a 250px header.
#sidebar-wrap1{
background: transparent url(images/side-start.png) no-repeat left top;
padding-left: 28px;
margin-top: 160px;
height: 100%;
}