I’m making a website at the moment, it has a fixed width on left column and a column on the right which fills the remaining width.
I have a problem where the text in the main column (The column on the left, where the main page content is going) seems to start half-way down the div which is ugly, and not what I want. I would want the text in the main column start at the top rather than in the middle of the content box.
Online example of the site I’m working on http://creationation.eu/testsite/
#content{
position: relative;
display: block;
top: 132px;
margin-right: 455px;
background-color: #F2F2F2;
padding-top: 15px;
padding-left: 30px;
padding-right: 30px;
text-align: left;
}
update your css:
and