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

David Sovinski aslan at aslandata.com
Thu Mar 20 11:53:08 CDT 2008


Tegan

The only part I haven't been able to even touch is the Site.Sidebar. It 
is always locked to left or right.
The closest I've been able to get is

#wrapper { max-width: 900px;
 margin: 0 auto; }

but again the Site.Sidebar is locked

Thanks

Caspian


Tegan Dowling wrote:
> On Thu, Mar 20, 2008 at 10:57 AM, Hans <design5 at softflow.co.uk> wrote:
>   
>> Thursday, March 20, 2008, 3:51:40 PM, David Sovinski wrote:
>>
>>  > You were right. That is "almost" what I'm looking for. I just need to
>>  > figure out (as you said) how to center it
>>
>>  try
>>
>>  body { text-align:center; }
>>  #wrapper { text-align:left; }
>>     
>
> If that doesn't do it, try
>
> 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)*/
> }
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>
>   

-- 
David Sovinski
ASLAN Data Services, Inc.
507-867-0063




More information about the pmwiki-users mailing list