dhtmlxTabbar tab label style

Hi,

I’m using setCustomStyle on my tabbar in order to control the text style and position,
The problem is that when i try to margin-top the text, nothing happens,
(When I’m margining left it works…) i want the text to be positioned lower then now ,
is there a reason for that , or I’m missing something?

Thanks.

Hi,

you may try to redefine padding-top in the the following css class:

.dhx_tabbar_zone_top .dhx_tab_element { padding-top: 3px; }