Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Need to move the board more to the left.

@ipstenu

Moderator

You can’t make an image size cap that will work in all browsers, but in theory you should be able to ‘crop’ the image via overflow. See http://www.w3schools.com/Css/pr_pos_overflow.asp and you’ll want to add it to .threadpost

In theory you could also make a css entry for (I think…) .threadpostimg {} along these lines: http://phydeaux3.blogspot.com/2006/01/max-width-and-faking-it-for-ie.html (which will xplain why IE sucks).

As for why you have that dead space… You have a left margin :) Trim that down.

#front-page #discussions {
margin-left: 170px;
width: 590px;
}

Skip to toolbar