Hi everyone -
I've just set up the minima plus theme on my blog - http://www.wearethepostmen.com
I expanded the width of the posting area and accordingly, had my header line up right above the posts on the left side.
HOWEVER, in larger resolution/bigger monitors, the header does not line up properly, I have recently found out. (In both IE and Firefox)
Now, I'm pretty sure I've figured out why. I have this for the css :
#masthead {
float: left;
display: inline;
margin: 0px 60px 0px;
border: 0px solid #999;
background-image: url(masthead.jpg);
width: 660px;
height: 211px;
}
Having 60px off the left on my margins lines it up fine in smaller resolution/smaller monitors. But, obviously in bigger ones, it keeps it out off whack, way to the left bc there is more space to work with.
So, any suggestions as to how to get the header to line up perfectly in both?
Here's a link to my CSS.
http://www.wearethepostmen.com/wp-content/themes/minimaplus/style.css
Thanks in advance!
PostmanR