Site logo

Archived topic

I can't move the mobile MENU (3 lines) to the right...

1 reply · Started by Robert on February 13, 2021

Viewing posts 1–2 of 2

Hi

I have a problem with the main MENU:

in: Layout – Main Menu – Navigation Alignment: I chose “right”
and its OK only on the desktop version. On the mobiles is center.

How could I move the 3 lines from the mobile MENU to the right too?

Kr
Robert

Hi there,

if you're not going to add a logo or menu branding which will force the hamburger menu to the right, then you can use this CSS:

.main-navigation .menu-toggle {
  margin-left: auto;
  flex-grow: 0;
}
This archived topic is closed to new replies.