Hello Bentechsoft,
Currently, the jqxExpander and jqxNavigationBar headers have the same classes. We will consider applying a separate class to jqxNavigationBar headers for more convenient use.
However, you may still do one of the following:
1) apply the padding changes only to the header of a particular expander, e.g.:
<style type="text/css"> #jqxExpander .jqx-expander-header { padding: 10px !important; }</style>
2) Similar to 1) – apply a custom class to a particular navigationbar’s headers:
$("#jqxNavigationBar .jqx-expander-header").addClass("navigationbar-header");
and then apply the padding changes to that class.
Best Regards,
Dimitar
jQWidgets team
http://www.jqwidgets.com/