• Resolved Lupa

    (@lupa)


    I’m trying to remove the space above the banner on my site:

    https://www.thetarotofbones.com

    As per previous threads on this topic, I tried reducing the #page padding (with and without !important) and ornament.png; neither worked. I can remove the padding in the right sidebar, just for experimentation’s sake, but the space over the banner doesn’t want to budge.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Looks like you’ve added this CSS someplace?

    #page {
        padding: 132px 0 0;
    }

    Try changing that to 20px or whatever you want. Clear any caching on your site and browser after making the change.

    Thread Starter Lupa

    (@lupa)

    Aha! That did it! I was trying to change things in the main template, and ended up finding the 132px padding in the custom header template. Thank you for the help!

    Great! Glad to help :)!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't remove space above banner even with previous advice’ is closed to new replies.