Mobile view: Height of page title and Categories
-
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.
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