• Resolved robbiemacleod8

    (@robbiemacleod8)


    Hi,

    Can someone please help me? I cannot guess/find the exact CSS code to get rid of the black space at the top and it’s driving me insane

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @robbiemacleod8

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    body {
      padding-top: 0;
    }

    Let me know if that does it.
    Thank you.

    Thread Starter robbiemacleod8

    (@robbiemacleod8)

    That’s perfect thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Black Background space before Header’ is closed to new replies.