Category row height adjustments (PHPBB2)

Vito-UFA at 21h55
28
Aug
2011

How can i change height of this category row ?
It's too thin its around 30px i would like to increase to about 35-40px.
1 Nera., on 28/08/2011 at 23h11
Hi,

Add this to CSS

Code:
.secondarytitle, .secondarytitle h2 {
    height: 40px;
}


You'd need to fix the photo too a bit.

2 Vito-UFA, on 29/08/2011 at 09h32
Thank you Nera as always perfect,

and of course my help request wasnt complete, how about two other rows ? This code just change row on the main forum page if i go in to particular forum those rows are still lower how can i increase height of other two ?


3 Candy1542, on 29/08/2011 at 09h35
I have that problem to. P.S my english is realy bad
4 Nera., on 29/08/2011 at 15h06
Candy1542 wrote:I have that problem to. P.S my english is realy bad

Open a new topic Smile Don't vorry about English, mine is bad too Laughing

Vito, add this to CSS

Code:
td.catHead, th.thHead {
    height: 40px !important;
}
td.catLeft, th.thLeft {
    height: 40px !important;
}
td.catBottom, th.thBottom {
    height: 40px !important;
}
5 Vito-UFA, on 29/08/2011 at 15h47
Nera for president :wouhou: solved for me.
6 Nera., on 29/08/2011 at 15h48
Welcome hun.

Solved > Locked
Similar topics
I have decided to go with either phpbb2 or punBB due to both of them offering template editing and phpbb3 doesn't but I am having a hard time figuring out which one is better and which on I should use. Which one do you guys like better and why? I value al
Overwriting CSS Rules Overwriting CSS Rules in your stylesheet Hey there Today we are going to see something that sounds easy,however it can seem quite challenging. If you’re building a website that has a lot of divs and CSS, then this way of
Hi can anybody tell me how to do these new posts under category image http://i51.tinypic.com/2zrni1i.jpg i made the categories and everyth i just cant figure out that part
See also
more_less
Informations

6 Replies For the topic :
"Category row height adjustments (PHPBB2)"

This topic has been viewed 598 times.

Last message :
28/08/2011 at 21h55 by "Vito-UFA"