-
Closed
-
Hi,
My site pc-support.uk.com has the sticky headers disabled but when I look at it on a phone or tablet the sticky header menu “triple bar” still appears.
How can I get rid of it?
Hi,
Please post your website URL again.
I cannot get it to resolve to your website.
Thank you
Sorry, nameserver problems.
You can access it now.
Hi Richard,
Thanks for reaching out to us again.
Kindly could you share with me temporary login credentials so that I can investigate the issue from that end. You may delete or change the credentials after we’re done. Please ensure to mark the reply as Private.
Looking forward to your reply.
Hi Richard,
Thanks for your reply.
We have investigated the URL you have provided us with and we were able replicate this issue as well in our development environment.
I will send this over to the development team so they can investigate this issue.
In the interim if you would like to remove the sticky menu on mobile devices, please use the Custom CSS Code below.
/* Hides Sticky Menu On Mobile Viewports*/
@media (max-width:767px){
.menu-header-sticky {
display: none !important;
}
}
From the screenshot you provided we did notice that the mobile menu was not aligned properly and added the following CSS Code to resolve this issue
/* Mobile responsive support */
@media (max-width:767px){
.nav-holder {
margin: 0 auto !important;
width: auto !important;
}
}
Please let me know if there are any more questions that I can answer for you 🙂
Cheers!
I applied the code to my custom CSS section and it hid the main menu, not the sticky menu!
Thoughts?
Many thanks for aligning the mobile menu for me.
Hi Richard,
Thank you for replying with this information.
May I ask you to remove the previously provided Custom CSS Code for the sticky menu while we await a response from the development team.
Please let me know if there are any more questions that I can answer for you 🙂
Cheers!
Done.
I’ve turned my security back on. Let me know when / if anyone wants access back into the site please.
The topic Sticky headers appearng in tablet / mobile even if disabled in theme is closed to new replies