Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   Fixing center column and sidebar in FLUID Layout (http://forum.bytesforall.com/showthread.php?t=7554)

thriftyal Jun 12, 2010 11:01 AM

Fixing center column and sidebar in FLUID Layout
 
I am using Atahualpa 3.4.4 (time to upgrade...I know ;)) on WP 2.9.2 and most of my testing is on FireFox 3.6.3.

I would like to keep the center and sidebars at a fixed width while allowing my header to always be at 100% of the browser width.

I tried the following in HTML/CSS Inserts > CSS Inserts but it only seemed to make the minimum width as 700px for the center column. As soon as I stretch my browser it stretches the width of that center column.
.coltwo { width: 700px;}

I then adjusted the site to see how you were setting the width in FLUID mode and setting max/min width under Style & Configure Layout > Layout MIN/MAX width and then attempted to set my CSS to the following. This seemed again to only disallow the width of the center column from going under 700px while stretching the column at greater widths.
.coltwo { width: 700px; min-width:700px; max-width:700px }

I would like to set the column and right sidebar width as 700px + 360px but let the header stretch to 100% width.

Is there a way to do that with the FLUID layout using customized CSS?

BTW, thanks for all the work you guys do!! Your theme is the most customizable and so easy to use!!! You're awesome!

qbuster Jun 13, 2010 02:08 AM

Quote:

Originally Posted by thriftyal (Post 34217)
I am using Atahualpa 3.4.4 (time to upgrade...I know ;)) on WP 2.9.2 and most of my testing is on FireFox 3.6.3.

I would like to keep the center and sidebars at a fixed width while allowing my header to always be at 100% of the browser width.

I don't know about 3.4.4 but in later versions the best place to adjust the header size is in Style & Edit Header?

I would highly recommend upgrading to 3.5.1 - it should pull in your existing settings and also give you the option to export/import them to a separate file thus greatly simplifying the process of tweaking your site.

Cheers


Will

juggledad Jun 13, 2010 05:22 AM

you can't do this without digging into the code and making some changes.

the entire site is a table with three rows
the header
the middle and
the footer.

and all the rows are the same width


All times are GMT -6. The time now is 06:18 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.