Is there a way to get the mobile menu to center under the logo and make the mobile menu logo bigger?
Mobile menu under logo
Paul Dec 19, 2020 · 12:23 pm #15212
Paul Dec 19, 2020 · 12:24 pm #15213
Ps I have Puro Premium and love it!!!!
Hi Paul
Thanks for your support, it’s most appreciated.
You can try the following at Customize > Additional CSS:
@media (max-width: 786px) {
.site-header {
padding-bottom: 70px;
}
.site-header .site-branding {
display: block;
float: none;
max-width: none;
padding-right: 0;
width: 100%;
}
.responsive-menu .menu-toggle {
margin-right: -11.5px;
right: 50%;
top: 50px;
}
.site-header .site-branding a {
text-align: center;
}
.responsive-menu .main-navigation.toggled {
margin-top: 50px;
margin-bottom: 0;
}
}There are several elements that have to be readjusted so this might not work well without further changes.
Paul Dec 19, 2020 · 3:53 pm #15215
This is perfect!!! Thank you so much! Just one thing – the X to close out the menu isn’t there.
Hi Paul
Please, locate the following rule:
.responsive-menu .main-navigation.toggled {
margin-top: 50px;
margin-bottom: 0;
}Change it to:
.responsive-menu .main-navigation.toggled {
margin-top: 50px !important;
margin-bottom: 0;
}We’re just adding !important after the 50px value for this rule. You can adjust as required. Let me know how it goes. Thanks 🙂
Paul Dec 19, 2020 · 6:22 pm #15217
This is perfect!!! Thank you so so much for the quick support and excellent theme!
Super, glad to hear that helped. If questions arise in the future, feel free to email [email protected]. Cheers for now 🙂
7 posts