PDA

View Full Version : Need text centered


K4GAP
07-15-2014, 10:13 PM
The forum description text is top justified .... (as in old image attachment)

How can I change it to center or middle justified? (as in new image attachment)

tbworld
07-16-2014, 12:43 AM
Gary, I tried your profile link, but did not find the style you posted. :(

K4GAP
07-16-2014, 03:15 AM
Gary, I tried your profile link, but did not find the style you posted. :(



Same problem, different style (http://www.k4gap.com/forums/forum.php?styleid=22).

tbworld
07-16-2014, 03:29 AM
Try this: (Sorry, did not have time to try it.)

Add to the end of your additional.css template

.forumbit_post .foruminfo .forumdata .forumtitle, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle {
margin-top: 12px;
}

K4GAP
07-16-2014, 04:03 AM
Try this: (Sorry, did not have time to try it.)

Add to the end of your additional.css template

.forumbit_post .foruminfo .forumdata .forumtitle, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle {
margin-top: 12px;
}


Worked perfectly! Thanks