Archived topic
Flexbox Adjusted "Menu" location
5 replies · Started by Kevin on January 18, 2021
I updated my site structure to Flexbox and everything seems to be fine except that the three lines and "Menu" navigation shifted to the middle instead of remaining on the far right.
What can I do to make sure the navigation menu stays in place?
Hi there,
do you have any cache plugins enabled ? If so can you try clearing them. If theres still an issue provide me a link to your site and i can take a look.
My web hosting company handles the cache and I did clear it. Here is the website...thanks!
Well thats an odd one... try this CSS and let me know:
.main-navigation .menu-toggle {
text-align: right;
}
That worked, thank you
You're welcome