PDA

View Full Version : VB5 Fixed to Fluid - how to ??


djcaseanova
03-06-2015, 05:55 PM
I keep seeing that the default setting for vb5 themes is set to fixed. How/where do I change this to make the theme fluid? I may have over looked it, but I see a lot of VB4 tutorials, but looks like it isn't the same process for VB5?

Thanks!

Replicant
03-06-2015, 07:01 PM
Try adding

#wrapper{max-width:100%}

to css_additional.css

TwinsForMe
04-26-2015, 09:34 PM
Thank you, Replicant!