Hi there,

Thanks for making such a useful module!

Anyways, I'm wondering whether it is possible to vertical align (and center) the text inside a tab.
I've tried using vertical-align: middle; in the css and it is still not working.
(See http://www.imagebam.com/image/b01ca614041379 for more details.)

Thanks for your help!

Comments

joetsuihk’s picture

disable the float:left in tab class

slinc’s picture

Hi,

Your suggestion aligns the actual tabs themselves.

Sorry if you misunderstood, what I want to do is to VERTICALLY CENTER the TEXT INSIDE the tab.

How would I do so?

多谢

joetsuihk’s picture

i see.

add css:
vertical-align:center;

to the tab