Home Forums WoodMart support forum White area in mobile view

White area in mobile view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #611707

    admin-9453
    Participant

    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.
    #611832

    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

    #611863

    admin-9453
    Participant

    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.
    #611899

    Hello,

    Add this code to the Theme Settings > Custom CSS > Global:

    li.additional_information_tab {
      display: none;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)