Archived topic
Hamburger menu jumps and changes its position
4 replies · Started by trung on November 25, 2018
Hi GeneratePress!
I need you support me one thing. When my website is in mobile mode, the hamburger menu is on the right, with Search icon and Woocommerce Cart icon. The problem is: when I visit a page which is related with Woocommerce (the Profile page/Login + Register page, the Cart page), the hamburger menu jumps into the center. I don't want the hamburger changes position like that. How can I do?
Hope to receive your support soon. Thank you.
Trung.
Hi there,
can you try this CSS:
.nav-search-enabled .wc-menu-cart-activated:not(#mobile-header) .menu-toggle {
float: right;
width: auto
}
It works well. Thank you, David.
Glad to be of help!