• Resolved bb23

    (@bb23)


    On my website there is a white space above the footer.
    I do not know how to remove it although I tried to check with the Inspector.
    I would appreciate your help
    I am using the 2017 theme
    I would appreciate your help.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello!

    You have some code for pagination added there, even though no pagination appears. If you can’t figure out how to remove it from your back-end, add this code in Appearance > Customizer > Additional CSS:

    .grid-nav-bottom{display: none;}

    Click the Publish button.

    If you refresh and nothing changes, clear your browser and site cache.

    If it still doesn’t change, add !important to the CSS code, like this:

    .grid-nav-bottom{display: none !important;}

    Clear caches again.

    Thread Starter bb23

    (@bb23)

    Working perfectly!
    Thank you so much

    If you hide pagination this way and you have your home page set to display your post. Your visitors will not be able to see a post that exceeds your Blog pages show at most. The post per page is found on the dashboard at Settings -> Reading.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Space above footer’ is closed to new replies.