PDA

View Full Version : Spacing Issues


Bevy
07-23-2013, 02:51 PM
Im experiencing some spacing issues and not exactly sure how to fix it please see screen block below. It is between the status icon and the text.

Any help would be appreciated. thanks in advance!

Beverly

Bevy
07-23-2013, 06:02 PM
Ok so i managed to change the space of the forum title and status icon by doing this
Going into additional css
searching for .forumbit_post .foruminfo .forumdata
inserting this : padding-left:25px;

It worked for the forum title! BUT it did not move the forum description text not to sure where to find that???

--------------- Added 1374612931 at 1374612931 ---------------

Resolved this! Posting how incase anyone else has the issue.

additional css>forum bit css

.forumbit_post .forumdescription {
display:block;
clear:both;
padding-left:25px; - added this
color: #797979;
margin-bottom: 12px;