White area in mobile view
-
Hi, I created mainmenu for desktiop in Header-bottom. In mobile view I have no mainmenu in Header-bottom but I get a white area. How can I hide this blank field of in Header-bottom in mobile view?
Thanks!
Attachments:
You must be
logged in to view attached files.
Hello,
Navigate to WoodMart > Header builder > edit default header (highlighted star icon) or you can go through the admin bar directly https://prnt.sc/Ct9ehRDvvDV9.
use the toggle option available to hide the Header Bottom for Mobile view by enabling the Hide on Mobile option: https://snipboard.io/FnOfaD.jpg
Best Regards
Hello,
now it works, thanks!
Still another question: Where can I hide the tab Additional Information?
Best regards
Attachments:
You must be
logged in to view attached files.
Hello,
Add this code to the Theme Settings > Custom CSS > Global:
li.additional_information_tab {
display: none;
}
Best Regards