May 13, 2006 12:51
I'm using the smooth sailing layout for a community -- I haven't done anything to modify it except for choosing the 'under fire' colour scheme.
I'd like to modify the theme so that it's 800 pixels wide and centred and doesn't stretch to fit the browser. How would I go about doing this?
The community does have a paid account.
Leave a comment
Comments 3
.pageblock { width:800px; margin:auto }
Though its worth noting that anything you add to that box shouldn't contain line breaks, or it'll cause issues. (If it's not on one line,
tags get put into it before it gets sent to the CSS cleaner - which the cleaner flags as suspect and prevents the CSS being used)
Reply
Reply
tags get put into it before it gets sent to the CSS cleaner - which the cleaner flags as suspect and prevents the CSS being used)
This explains why the CSS cleaner complained about CSS a couple of times when I tried to add some CSS.
Reply
Leave a comment