Is there a way to:
A) Make the header and logo larger on mobile?
B) Add a menu item on mobile only for home (the home page)?
Thanks!
Hey Pointbreakd,
Add this to quick css:
@media only screen and (max-width: 767px){
.responsive .logo img {
max-height:100%!important;
}}
As for the menu item on home only, it may need to be done via JS. Is it an item within the menu or a standalone button?
Best regards,
Jordan Shannon
Thanks, but that didn’t result in any change?
Hi,
I see that you have posted your WordPress login, but it seems we will also need a another login first to get to the WP login.
Which menu item do you want to only show on the homepage mobile menu?
Best regards,
Mike
For the mobile menu, I want a link for the homepage to show.
Here’s the login info if you need it:
Hi,
Have you tried adding my code to the very top of quick css so that it runs first? Also be sure to clear your cache a few times over.
Best regards,
Jordan Shannon
Tried that, yes, but still not working.
Hi,
We adjusted the code a bit and added it on the Quick CSS field.
@media only screen and (max-width: 767px) {
.responsive #top .logo img {
max-height: 120px !important;
}
.responsive #top .logo {
height: 120px !important;
}
}
Best regards,
Ismael
That looks great, thank you- is it also possible to move down the magnifying glass and burger menu slightly so it is even with the logo (I tweaked the logo to 90 px)?
Hi Pointbreakd,
Please add this code:
.responsive #top .av-main-nav .menu-item-avia-special {
margin-top: 5px;
}
after this line in Ismael’s code:
@media only screen and (max-width: 767px) {
Hope it helps.
Best regards,
Nikko
Perfect, thank you!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon