Hi,
the burger menu is not showing only on the home page, while is showing perfectly fine in all the other pages.
I checked and it seems it’s not even there. I mean, it’s not a colour problem, it’s just not there for some reasons.
I did a bit of custom css but minimal stuff and I can not find any code that hide the burger menu on the home page.
Any suggestion or help?
http://www.pagliaefieno.co.uk
Many thanks
Francesca
Hey Francesca,
Thanks for giving us admin access and detailed description of the issue :)
The burger is now showing on mobile devices, the problem was caused by this CSS code in Quick CSS:
.home .main_menu {margin-top: -60px;}
To fix it, I inserted this code:
.home .main_menu {
margin-top: 0;
}
inside the media query:
@media only screen and (max-width:767px) {
Best regards,
Nikko
Hi Nikko,
Many thanks for that! And really really sorry for the late reply.
It works perfectly! Ahhh, that makes sense, completely missed that.
Many thanks
Hi inkinch,
No worries :)
We’re glad that we could help.
Thanks for using Enfold and have a great day!
Best regards,
Nikko