Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #314505
    AlignDesign
    Participant

    On a few of my shop pages, the footer is overlapping the body content. Sometimes the page renders correctly but not usually the first time. And this seems like it only happens on the shop pages.

    https://nailonrealm.com/3d-prints/

    #314518
    tikaram
    Participant

    @aligndesign : I will check for the issue and get back to you soon. Sorry for the inconvenience caused.

    Regards,
    Tikaram

    #314522
    tikaram
    Participant

    @aligndesign : The issue is caused by the fixed height when you setup the page using the Elementor.
    You can fix it by changing the setting from Elementor or add the following custom css to fix the issue.

    #eael-product-grid {
        height: auto !important;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #314590
    AlignDesign
    Participant

    Hello Tikaram, This solution has solved the issue. Thank you so much! I really appreciate your help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer overlapping body content’ is closed to new replies.