PDA

View Full Version : Minimum width


applebeef
06-18-2009, 09:11 PM
Hi all, I know the width of your forum is easily changed (style manager > edit fonts, colors > stylevars)

I have it set to 80%, which is 'fluid'....

However, how do I set the minimum width? What I mean is, I don't want it to collapse past a certain width (say, 800px)

It seems like it should be 'easy' to address, but I don't find really any topics on it.

Attitude5ire
06-19-2009, 04:22 AM
Just put 800px in that box instead of 80%.
You can change values for both fluid and fixed there.

applebeef
06-19-2009, 01:59 PM
I know... I think you misunderstand me, I want it to be fluid

I like 80%.... it's good for people with different resolutions if it can go above 800 (or whatever) the problem is it collapses down real small when it's fluid, which I don't want.

In phpbb I was able to put a min-width along with the max-width, I just don't know where to do it here.

Attitude5ire
06-19-2009, 02:28 PM
Ahh you then need to add a wrapper to your style through advanced css then.
Where you can add your min and max width declarations

applebeef
06-19-2009, 04:28 PM
Thanks very much. Unfortunately I have no idea how to go about this.

Can I do this through the admin CP?