Archived topic
mobile menu center
3 replies · Started by Urs on March 23, 2023
Viewing posts 1–4 of 4
Hi,
My mobile menu is not in the center after the last update.
Hi there,
that is odd - nothing has changed in the last update.
If you have any cache plugins or server side caches can you try clearing those.
If that fails, then try adding this CSS:
#site-navigation .menu-toggle {
flex-grow: 1;
}
Thank you. The CSS does work, but not for the sticky navigation. I have tried and disabled all plugins, still the same problem.
Try this CSS instead:
.main-navigation .menu-toggle {
flex-grow: 1 !important;
}
This archived topic is closed to new replies.