-
My mobile menu currently shows my hamburger menu on the left of my account icon and cart icon for my generatepress/blocks + woocommerce website. I’d like to move the hamburger menu to the far right so that the order from left to right goes logo, account icon, cart icon, hamburger menu.
Some things to know:
– I built my header using a generatepress element, it is not the default header. It uses a shortcode to bring in the nav buttons.
– The cart icon is woocommerce’s icon. I currently have that setting turned on. -
George
Hi Luke,
Please, use the following CSS:
@media (max-width: 768px) { .nav-right, .nav-right .inside-navigation { flex-direction: row-reverse; } } -
That worked! Thank you George.
-
George
No problem!
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.