• I have a 10mm white space at the top of all my pages. At first I thought the problem was within my header, but after temporarily removing the header the space is still visible so I now think the problem is with the page setup. Any help will be appreciated.
    Thanks
    Tim Slater

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

Viewing 1 replies (of 1 total)
  • Add the following under Appereance > Customizer > Additional CSS:

    body:not(.custom-background-image):before, body:not(.custom-background-image):after {
      display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to remove white space at the top of pages’ is closed to new replies.