Site logo

Archived topic

Mobile navigation icon, can't make it in center

5 replies · Started by Bart on April 1, 2023

Viewing posts 1–6 of 6

Hi

My off-canvas menu (mobile menu) icon (three straight lines, which after clicking open the menu) was always in the middle but now for some reason, it is on the left. No matter what I am trying to do it is still on the left... How to get it back to the centre how it used to be?

My page https://miracle-moments.co.uk

Hi there,

its a bug that will be patched in the next Theme update.
For now you can add this CSS:

#mobile-header .menu-toggle {
    flex: 1;
}

Hello David,

The same happens to me. I have applied the CSS but still not in the center. At least now the button is working.

https://sadhakaspace.org

Thank you.

Hi there,

you're not using the mobile header so that requires this CSS:

.nav-align-center .inside-navigation {
    justify-content: center !important;
}

Thank you very much David.

You're welcome

This archived topic is closed to new replies.