Page 1 of 1

Recommendation for non-fixed width theme

Posted: Thu Jun 11, 2009 1:35 pm
by FCazabon
Hi Can anybody recommend a nice simple non-fixed width scheme?  Most (if not all) the themes I've tried out before seem to set a fixed width (even this forum has a fixed width) whereas I would like my pages to exapand/contract according to the width of the browser.

Thanks for any suggestions

Re: Recommendation for non-fixed width theme

Posted: Thu Jun 11, 2009 2:06 pm
by Deak
My suggestion is to build your own. Using YAML will give you a good head start (and a bullet-proof CSS layout to work with). Handily, someone has already ported the framework to CMSMS for you:

http://themes.cmsmadesimple.org/Downloa ... works.html

Then hop over to:

http://yaml.de

Have a read of the documentation and then try the Yaml Builder to modify the base layouts and design as you like.

One word of warning with full-width layouts; watch out for lines becoming too long to be readable. Fixed width for human-read content is popular for a reason. :)

Re: Recommendation for non-fixed width theme

Posted: Thu Jun 11, 2009 2:18 pm
by RonnyK
The default templates coming with a CMSMS install, dont have fixed widths.... They do have a min-max, which can be easily modified...

Ronny

Re: Recommendation for non-fixed width theme

Posted: Thu Jun 11, 2009 2:24 pm
by FCazabon
Thanks Deak, I'll check out your suggestions.

Ronny, can changing the min/max values be changed on the fly when someone changes the size of their browser window?  Can you point me to where these values are set so I can play around with them?  Thanks

Re: Recommendation for non-fixed width theme

Posted: Thu Jun 11, 2009 2:25 pm
by RonnyK
layout stylesheet..... + in the template for old IE-versions....

Ronny

Re: Recommendation for non-fixed width theme

Posted: Thu Jun 11, 2009 2:37 pm
by FCazabon
thanks