Menu style and mobile menu.
-
On my website, I have deactivated the icons of the menu (cart and icons of my account) but the menu still does not go to the right, I want it to be adjusted to the right.
And in the mobile meny I want to disable the ajax search engine.
Hello,
You have deactivated elements but wrapping container still takes place that is why your menu is not to the right.
Please add this CSS to Theme Settings > Custom CSS to remove this container:
.main-header .right-column {
padding-left: 15px;
display: none;
}
Best Regards