This topic has 4 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
Hi,
I removed all the cart boxes from the header, but it doesn’t show at full widht. The menu has a right margin just as if the cart icon were still there.
Hello,
Please add this code in Theme Options > Custom css or in style.css file of child theme:
.container-fluid > .navbar-header, .container > .navbar-header{
min-width: auto;
}
Regards
It works!! Thanks a lot
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up