• Resolved adamirving

    (@adamirving)


    First off, I love the Attitude theme. It works well for me and provides the aesthetic I’ve been looking for. Thank you!

    However, I was wondering if there’s a way to shrink the spacing between the menu bar and the beginning of a page/post. I’ve tried looking around in the CSS file, but am not sure if the spacing is an element of the header, the menu or the page/post. Thank you!

    http://www.scotchology.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Adam, Yes it has padding of 50px at the top of your page. If you have a child theme or you are using a custom css plugin you can add this to give it less padding:

    #main {
    padding-top: 20px;
    }

    Let me know if this works for you.

    Regards

    Ernest Close

    Thread Starter adamirving

    (@adamirving)

    Ernest,

    Thanks so much! This is exactly what I was looking for. Easy to find (when you know what to look for), easy to fix. You’ve made me a happy camper.

    Adam

    Always a pleasure.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove space below menu’ is closed to new replies.