PDA

View Full Version : Status icon overlaps with forum description and name


Linux123
01-12-2013, 01:39 PM
The following happens on the forum:

http://f.cl.ly/items/2H2t0w2W1d2i1f2M0044/Screen%20Shot%202013-01-12%20at%2003.37.48.png

How can I stop this? Anyway to increase the padding or margin so I can move the description to right a few pixels?

WorldCraft
01-14-2013, 07:53 AM
Try this in your additional.css template:


.forumbit_post .foruminfo .forumdata .datacontainer
{
padding-left: Xpx;
}

Adjust this padding until it looks right for your theme.