Home Forums WoodMart support forum Extra space below footer on pages with minimal content

Extra space below footer on pages with minimal content

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #713161

    gudymaol08
    Participant

    Hello,

    I have an issue with the Woodmart theme: on pages with a small amount of content (1–2 blocks), there is extra empty space below the footer. Pages with more content display correctly.

    I suspect this is related to a global minimum page height set in the theme settings. I have already checked:

    Theme settings

    Page settings in Elementor

    …but I couldn’t find where to remove this fixed height.

    Could you please advise how to make the page height adjust automatically to the content, so that no empty space appears below the footer on pages with minimal content?

    Thank you!

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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

    #713267

    gudymaol08
    Participant

    Ok, I wrote the admin login details below.

    #713386

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    It happens because of a long list of Categories in the Menu. You need to either disable this menu or reorganize the categories hierarchy

    https://postimg.cc/XBfbRvGL

    Best Regards,

    #713396

    gudymaol08
    Participant

    Thank you very much, I understand, but I need this list of categories in the menu exactly in this hierarchy. Could you please tell me if it’s possible to have the subcategory list open in a dropdown or some other alternative, so that it doesn’t stretch the page height?

    #713434

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please try to add the following custom css code in Theme Settings > Custom CSS > Custom CSS for desktop.

    .footer-container .wd-pf-dropdown {
        display: none !important;
        position: absolute !important;
        inset-inline-start: 0 !important;
        width: 100% !important;
        z-index: 50 !important;
        top: auto !important;
        bottom: 100% !important;
    }
    
    .footer-container .wd-pf-checkboxes {
        position: relative !important;
    }
    
    .footer-container .wd-pf-checkboxes.wd-opened .wd-pf-dropdown {
        display: block !important;
    }
    
    .footer-container .wd-pf-checkboxes.wd-opened {
        height: auto !important;
        overflow: visible !important;
    }

    Best Regards

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