• Resolved vjdoon

    (@vjdoon)


    I am using Astra theme with elementor and UAE (all free versions). In the footer that i have created to be used throughout the site an extra white space is being added below the footer which i don’t require and can’t seem to find a way to remove it

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Dhruv

    (@dpandya)

    Hi @vjdoon ,

    We are checking this further, I apologize for the inconvenience caused!

    Best regards,
    Dhruv – BSF Support Team

    Plugin Support Dhruv

    (@dpandya)

    Hi @vjdoon,

    Thanks for sharing the URL, we took a closer look at the site.

    When we inspected the page, the extra whitespace below the footer appears to be coming from some hidden sub-menu items inside the Navigation Menu widget in your footer template. Those items are set to be invisible, but they’re still occupying vertical space in the layout, which is what’s pushing the page height beyond the visible footer.

    As a quick workaround you can drop into the page right away, add this in Appearance > Customize > Additional CSS:

    css

    .elementor-element-270416b .sub-menu {
      display: none;
    }
    .elementor-element-270416b .menu-item:hover > .sub-menu,
    .elementor-element-270416b .menu-item:focus-within > .sub-menu {
      display: block;
    }

    That should remove the extra space while keeping the hover behavior on the menu intact.

    For a permanent fix though, we’d like to understand how you’ve set up the footer and the Navigation Menu widget before recommending anything beyond a CSS patch, since the right solution depends on what layout you’ve chosen, whether those sub-menus are intentional, and a few related widget settings. If you can share a short screencast showing how the footer is built in the editor and how the Navigation Menu widget is configured, we can try to replicate the same setup on our end and give you a cleaner, more targeted answer.

    Best regards,
    Dhruv – BSF Support Team

    Plugin Support Dhruv

    (@dpandya)

    Hi @vjdoon,

    Since we haven’t heard back from you, we’re hoping the CSS workaround did the trick and the extra whitespace is gone!

    We’ll go ahead and mark this thread as resolved. If you ever have any other questions, feel free to reach out. We’re always here to help!

    Best regards,
    Dhruv – BSF Support Team

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.