Aligning Footer with rest of blog |
Aligning Footer with rest of blog |
Sep 5 2006, 03:24 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Sep 2006 Member No: 460,534 |
The body of my blog is aligned the way I want it, but I can't seem to align the footer with the rest. It seems xanga's margins are completely skewed to the right after I diabled my left modules. How can I realign the rest of my xanga so that everything is uniformly centered?
|
|
|
|
![]() |
Sep 5 2006, 07:06 PM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
Can you provide a preview, so we can see how the rest of your blog is aligned?
Or you can try moving it with a div: CODE <style type="text/css">
table.footer{ margin-left: ###px; margin-top: ###px; } </style> |
|
|
|
Sep 5 2006, 08:27 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 122 Joined: Feb 2005 Member No: 106,057 |
find this line:
CODE table.main {color: #4D4F4F; width: 600px; } and change it to: CODE table.main {color: #4D4F4F; width: 400px; } The blog won't be centered anymore, though; i'm not sure if you can, bc the methods most commonly used to do xanga layouts don't really follow any standard html/css at all, so you'll have to figure the rest out yourself |
|
|
|
![]() ![]() |