Remove empty space at the bottom of the page

  • Author
    Posts
  • #72612

    Hello,

    In mobile there is an empty space at the bottom of the page but if i deactivate the right sidebar in Layout Setting, there is no empty space and everything is ok. Is there any other solution to elimante this empty spaca?

    Website: www.finanzautile.com

    #72630
    Zed
    Cryout Creations mastermind

    Please use the following custom CSS until we correct this in the theme:

    @media (max-width: 800px) {
       #primary, #secondary { height: auto !important; }
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #72635

    Now it works very well. Thank you.

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

The topic ‘Remove empty space at the bottom of the page’ is closed to new replies.