Hi All,
I am working on a site http://www.ssdesignersaris.co.uk
and it seems like all of the columns are aligning in the centre vertically as they do not sit at the top of the page and i am not sure why.
Can anybody help?
Thanks
Lee
Hi All,
I am working on a site http://www.ssdesignersaris.co.uk
and it seems like all of the columns are aligning in the centre vertically as they do not sit at the top of the page and i am not sure why.
Can anybody help?
Thanks
Lee
look for following in your stylesheet.css .
margin : 5em is the reason for side columns dropping down to much.
.leftBoxContainer, .rightBoxContainer {
border-color:#9A9A9A #9A9A9A #336633;
border-style:solid;
border-width:0 0 5px;
margin:5em 0 0;
}
And the reason your Featured Content is so far down is...
- You have margin: 25px auto; in your #page-wrap id
- You have a big white border around the background image - either remove it, or add background-position: -50px -50px; to the #page-wrap id
- The breadcrumbs bar is still being displayed (and taking up room) even though it's empty.