dhtmlxtabbar first tab positioning

Hello,
Is it possible to set a padding-left value for the tabs in the dhtmlxtabbar component as they display by default flushed to the left-hand side?
Any hints is appreciated.
Thanks in advance for your help.

Hello,

try to use setOffset method:

tabbar.setOffset(5);

Thank you very much. It works like a charm!