PDA

View Full Version : Threadlist has moved to the right


bigtime
03-20-2012, 05:35 PM
Hello,

My threadlist has moved to the right and I'm not sure why or how to fix it. The css for the threadbit has a float left so I'm not sure why it's not aligned. Help please!

http://www.defend.net/deluxeforums/
new2012 style


Image attached.

Thanks in advance,

Tim

Lynne
03-20-2012, 05:49 PM
In main.css you have this:
li {
margin-left: 30px;
}

That is moving all the <li> over by 30px.

You may want to get firebug and then you can see this stuff yourself.

bigtime
03-22-2012, 01:21 AM
Thanks Lynne!!!