Home Forums WoodMart support forum Mobile view: Height of page title and Categories

Mobile view: Height of page title and Categories

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #720742

    website-art.de
    Participant

    Hello,

    where can I change the height of the page title? The navigation covers it in the mobile view. And where can I hide “Categories” in the mobile navigation?

    Best Regards
    Roland

    Attachments:
    You must be logged in to view attached files.
    #720779

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. This is happening because you are using the Header Overlap option in WoodMart.

    When this option is enabled, the header is positioned above the page title, so the page title automatically adds top spacing to avoid being hidden under the header.

    Try to add the following custom css code in Theme Settings > Custom CSS > Custom CSS for mobile area and check how it works.

    .wd-page-title {
            padding-top: calc(var(--wd-header-sm-h) + 50px)!important;
        }

    02. Navigate to WoodMart > Header builder > Mobile layout > edit the “Mobile menu” element and in the “Show/Hide” tab, and disable the option “show categories menu”.

    Please refer to this screenshot: https://snipboard.io/7cSPb5.jpg

    Best Regards

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