Site logo

Archived topic

Issue with white space being added after footer after theme update

1 reply · Started by Gary on April 1, 2018

Viewing posts 1–2 of 2

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?

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;
}
This archived topic is closed to new replies.