Hi
When clicking on the burger menu, menu only views when you click on the bottom (please see link provided http://keighleyvaults.co.uk/preview)
There has been some CSS added to make the phone number larger, so not sure if this is causing the problem;
.phone-info {
font-size: 16px;
padding: 0;
}
#header_meta .container {
min-height: 80px;
}
#header_meta {
min-height: 20px;
height: 20px;
}
.sub_menu {
top: 80px;
}
Hey onedesignprint,
Please provide admin info so we can log in and look into this issue further.
Best regards,
Jordan Shannon
Thanks Jordan, please see private content
your header-meta overlaps that area:
you can set the header_meta to less z-index:
#header_meta {
z-index: 1 !important;
}
Edit : and it overlaps because of a header_meta rule sets min-height to 80px – default value is 30px
so better get rid of that rule and let the z-index of header_meta to its default value 10
#header_meta .container {
min-height: 30px;
}
Hi Guenni
That did the job, thanks so much for your help!
Hi,
I’m glad that was resolved. If you need additional help please let us know here in the forums.
Best regards,
Jordan Shannon