[Support request] Issue with white space being added after footer after theme update

Home Forums Support [Support request] Issue with white space being added after footer after theme update

Home Forums Support Issue with white space being added after footer after theme update

  • This topic has 1 reply, 2 voices, and was last updated 6 years ago by Tom.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #538284
    Gary

    Hi,

    Updated the theme and suddenly I’m getting huge white space after my footer. Initially contacted Elementor assuming it was their page builder but they say on inspection the theme is adding a new NAV HTML tag below footer.

    Can someone please advise how to resolve this?

    #538793
    Tom
    Lead Developer
    Lead Developer

    You have this custom CSS:

    .main-navigation {
        z-index: 500;
        position: relative;
    }

    Try replacing it with:

    .main-navigation:not(.slideout-navigation) {
        z-index: 500;
        position: relative;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.