Home Forums WoodMart support forum Hide mobile bottom nav & remove leftover gap on specific pages

Hide mobile bottom nav & remove leftover gap on specific pages

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #666300

    itsarjunc
    Participant

    Hi Xtemos team,

    I’m on WoodMart 8.2.2, WordPress 6.8.1 & Elementor Pro 3.29.2. I’ve enabled maintenance mode using Elementor’s Template feature (With page layout set as Elementor Canvas) on, for example, but the mobile bottom nav still appears.

    To hide it, I added this CSS:

    .wd-toolbar {
    display: none !important;
    }

    This removes the nav, but now leaves an empty gap at the bottom—my sections set to 100vh no longer fill the viewport.

    Questions:
    1. How can I remove that leftover space so my 100vh sections stay flush with the device bottom?
    2. How can I scope this hide-and-gap-fix to only my Elementor maintenance template page (or specific URL patterns) without affecting the rest of the site?

    Any built-in setting, targeted CSS snippet, or PHP filter pointers would be hugely appreciated. Thanks in advance!

    – Arjun

    • This topic was modified 3 months, 1 week ago by itsarjunc.
    • This topic was modified 3 months, 1 week ago by itsarjunc.
    #666470

    Hello,

    Please share some screenshots of the issues you’re encountering. This will help me analyze the problem and provide you with the best possible solution.

    Additionally, share the page URL where the issue persists along with the WordPress login details so I can investigate and provide a possible solution.

    Best Regards,

    #666622

    itsarjunc
    Participant

    Please find the screenshot of the issue attached.

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

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:

    body.elementor-page-16833 .elementor-element-ca0904a {
            min-height: calc(100vh - var(--wd-admin-bar, 0px)) !important;
        }

    Best Regards.

    #666820

    itsarjunc
    Participant

    it kinda works i think, but still the page is not flush with the device screen height

    #666904

    Hello,

    Try to use maintenance mode from our theme. Create a page with the Maintenance mode content, set the Maintenance template in the page settings, and enable the Maintenance mode in the Theme Settings > Maintenance mode.

    Screenshot for clarification: https://ibb.co/bdHQjgJ

    If you want to import the maintenance template, navigate to WoodMart > Pre-Built Websites > Additional Pages.

    See Screenshot for clarification: https://ibb.co/PGkBq67D

    Try to use this maintenance mode template of our theme and check how it works. If you have any questions, feel free to contact us.

    Best Regards,

    #667357

    itsarjunc
    Participant

    Okay ill move to that then.

    #667397

    Hello,

    Sure, feel free to proceed with that. If you need any assistance during the process, I’m here to help.

    Best Regards,

    #667539

    itsarjunc
    Participant

    Okay, i tried this but the problem is that when i set page template to Maintenance, the background image i set for the page is not loading. Instead, it becomes white.

    #667704

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards,

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