This topic has 5 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler
I have the shopping cart icon in the top bar option. Can i make to the top bar sticky and keep the shopping cart icon in there ?
When I scroll the page the main menu size changes because the top bar disappear and the shopping cart icon jumps to the menu, so the menu becomes two lines because of this
i disabled the shopping cart overall and still the menu becomes two lines when i scroll, like there is an empty space for the cart reserved
Hello,
Could you please provide link to your site and wp-admin access in Private Content?
Regards
please see private section
Hello,
Please try to add this code in Theme Options > Styling > Custom css:
.fixed-header .menu-wrapper.menu-align-center .menu {
float: right;
}
.fixed-header .navbar-header {
width: 11%;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up