You have too long menu and there is no enough space in sticky header for so many menu items. So or you will move one of your items under sub-menu, or you need to use below css to decrease padding between menu items:
#Top_bar .menu > li > a span:not(.description) { padding: 0 10px !important; }
But if you want to do it the way you explained above (we do not have such type of sticky bar included of course) you need to use custom css:
You have too long menu and there is no enough space in sticky header for so many menu items. So or you will move one of your items under sub-menu, or you need to use below css to decrease padding between menu items:
#Top_bar .menu > li > a span:not(.description) { padding: 0 10px !important; }
What I have to modify file is css?, I'm testing on localhost but not read the CSS code, I am modifying the file responsive-off.css and have active orange skin
Comments
what you mean "bigger"? Do you mean higher or what? Also, please provide us link to page where you would like to modify sticky header.
What I have to modify file is css?, I'm testing on localhost but not read the CSS code, I am modifying the file responsive-off.css and have active orange skin