Log in

View Full Version : two css questions


khininger
04-23-2013, 03:24 PM
Hi :)

I want to modify two things, cant find which variables are those:

On main forums page, forum category headers fontsize - it's the same size for category name and the words "Threads/Posts" and "Last Post". I want the "Threads/Posts" and "Last Post" fontsize smaller, but keep category name fontsize same as it is now.

On posts I want to increase text padding. Keep everything else as it is, just increase the space between the postbit borders and the text of the post. I want to keep padding of all other elements as it is, but I want to increase padding of text, in posts.

Thank you very very much for any suggestions!

Lynne
04-23-2013, 03:48 PM
Probably something like:

div.forumhead .forumthreadpost, div.forumhead .forumlastpost {font-size: 11px;}

and for the posts, maybe:

div.content {padding: 10px;}

khininger
04-23-2013, 03:59 PM
omg lynne, thank you so very much!! works perfect :)