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

Tegan Dowling tmdowling at gmail.com
Thu Mar 20 11:10:27 CDT 2008


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)*/
}



More information about the pmwiki-users mailing list