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
- This topic has 9 replies, 2 voices, and was last updated 3 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 10, 2025 at 5:50 am #666300
itsarjuncParticipantHi 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
June 10, 2025 at 11:23 am #666470
Aizaz Imtiaz AwanKeymasterHello,
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,
June 11, 2025 at 6:40 am #666622
itsarjuncParticipantPlease find the screenshot of the issue attached.
Attachments:
You must be logged in to view attached files.June 11, 2025 at 11:49 am #666684
Aizaz Imtiaz AwanKeymasterHello,
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.
June 11, 2025 at 4:56 pm #666820
itsarjuncParticipantit kinda works i think, but still the page is not flush with the device screen height
June 12, 2025 at 8:45 am #666904
Aizaz Imtiaz AwanKeymasterHello,
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,
June 13, 2025 at 6:11 pm #667357
itsarjuncParticipantOkay ill move to that then.
June 14, 2025 at 9:51 am #667397
Aizaz Imtiaz AwanKeymasterHello,
Sure, feel free to proceed with that. If you need any assistance during the process, I’m here to help.
Best Regards,
June 16, 2025 at 6:21 am #667539
itsarjuncParticipantOkay, 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.
June 16, 2025 at 3:17 pm #667704
Aizaz Imtiaz AwanKeymasterHello,
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,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register