[pmwiki-users] Fixflow skin left and right "whitespace"

Hans design5 at softflow.co.uk
Thu Mar 20 11:55:20 CDT 2008


Thursday, March 20, 2008, 4:10:27 PM, Tegan Dowling wrote:

> body { text-align:center; }
> #wrapper {
>         text-align:left;
>         display: table; 
>         margin-left: auto;
>         margin-right: auto;
>         width: 990px; /*(my preference, for the second-lowest resolution
> anyone ever uses on a monitor, 1024px wide)*/

this is better code than my suggestion.

but it wo't help poor Fixflow, as the sidebar is positioned
absolutely (for IE) or fixed (for decent browsers), but not
positioned relatively.

So you need to fiddle the sidebar positioning.
this is set with $HTMLHeaderFmt in skin.php

I think i gave up on this a long time ago, since i wanted the sidebar
to be either left or right, and fixed or flowing....
fixed page width was too much.


  ~Hans




More information about the pmwiki-users mailing list