• Resolved Daniel Gepp

    (@danielgepp)


    Dear Community,

    we are having an unwanted white space on the mobile version of our website. You can also replicate it on desktop browsers if you reduce the width of the browser. We would appreciate any advice on how to remove it.

    Screenshot: https://bit.ly/3add2VG

    Thank you,

    Daniel

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @danielgepp

    It looks like this may be coming from a plugin you’ve installed, or some custom code.

    Either way, you can fix this with a little bit of custom CSS code.

    Go into your site’s admin Dashboard and select Appearance → Customize → Additional CSS. In the CSS textbox on the left, add the following code:

    @media screen and (max-width: 782px) {
      .hfeed.site {
        padding-top: 0 !important;
      }
    }

    Select “Publish” from the top, and your changes will be applied to your site.

    • This reply was modified 5 years, 1 month ago by Senff - a11n.
    Thread Starter Daniel Gepp

    (@danielgepp)

    Hey @senff

    This was very helpful, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove Blank Space on Mobile’ is closed to new replies.