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)
-   -   Left Justify One Page (http://forum.bytesforall.com/showthread.php?t=21034)

riw777 Oct 21, 2013 03:49 PM

Left Justify One Page
 
Y'all:

I'm trying to experiment with a site that would have the main (front) page left justified, while the rest of the site's pages would be "normal," or rather centered in the browser window. I've been poking around here trying to figure out how to do this, and I think it's going to be something like this:

body.page-id-xx {margin-left: 0px;}

Or maybe:

body.page-id-xx div#wrapper {margin-left: 0px;}

Or something... I've tried both of these, and they don't work, so I must have something wrong in the CSS selector. Does anyone know how to do this?

Thanks!

:-)

Russ

juggledad Oct 21, 2013 06:35 PM

HTML Code:

body.page-id-xx div#container {text-align: right;}


All times are GMT -6. The time now is 02:46 PM.

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