Alignment problems |
![]() ![]() |
Alignment problems |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Mar 2007 Member No: 512,110 ![]() |
Heyy everyone. My problem is that whatever lj layout I use(in s1), everything aligns to the left instead of the center. I've tried to fix it but nothings working. can anyone help me? please& thank you.
here's my site:http://ohhamanduh.livejournal.com |
|
|
![]()
Post
#2
|
|
![]() This bag is not a toy. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,090 Joined: Oct 2007 Member No: 583,108 ![]() |
I'm guessing it has to do with this code:
CODE table { width:450px; margin-left: 0%; margin-right: 0%; margin-bottom: -15px; } If you'll change the 0% to auto instead: CODE table { width:450px; margin-left: auto; margin-right: auto; margin-bottom: -15px; } That should fix your problem. |
|
|
![]() ![]() |