Archived topic
Fix button in mobile Menu
3 replies · Started by Ben on December 21, 2020
Viewing posts 1–4 of 4
Hey guys,
Please look at the pink button in the mobile menu.
How would I get it to display as the same shape and aligned centred like the blue button in the hero image?
https://blufusion.net/petcheckers/wp-content/uploads/2020/12/pink-button.jpg
Thanks.
Hi there,
try adding this CSS:
.main-navigation.toggled .main-nav li.nav-button {
display: flex;
justify-content: center;
margin-bottom: 10px;
}
Perfect, thanks!
You're welcome
This archived topic is closed to new replies.