Help - Search - Members - Calendar
Full Version: Alignment problems
Forums > Resource Center > Support Center > Livejournal Support > Livejournal Resolved Topics
anltnepo
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
libertie
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.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.