Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] site left aligned (http://forum.bytesforall.com/showthread.php?t=13097)

cway Mar 2, 2011 03:22 PM

[SOLVED] site left aligned
 
Is it possible to not have the entire site centered, but left aligned?
Atahualpa 3.6.4
WordPress 3.1

Thanks!
Cway

lmilesw Mar 2, 2011 04:30 PM

Something like the following in CSS Inserts is one way.
HTML Code:

div#container {
position: absolute;
left: 0;
width: 900px !important;
}

Just curious... What is the reason you want it left aligned?

cway Mar 2, 2011 05:18 PM

Thanks for the quick response, lmilesw!
My clients current site is left aligned so I thought I'd keep them consistent.


All times are GMT -6. The time now is 05:43 AM.

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