PDA

View Full Version : Setting miniumum width when fluid.


AzzX
06-03-2008, 03:01 AM
Tried searching for this, but unable to find the correct code to use specifically for vbulletin.

Is it possible when having the template width set to fluid (Main Table Width 100%) to have a minimum size in order to stop the layout breaking at small resolutions ?

Thanks in advance.

Princeton
06-03-2008, 11:59 AM
CSS min-width Property
min-width

CSS max-width Property
max-width

AzzX
06-03-2008, 01:03 PM
Cheers Princeton,
Placing:
min-width:980px;
max-width:1240px;
in Body worked nicely!