• Resolved toolman87

    (@toolman87)


    Hello, I was wondering how i could decrease the size from where my logo is at the top left to where the menu is, there seems to be an excessive amount of white space.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @toolman87

    Thanks for using Vantage. Header padding is an option in the premium Customizer. In Vantage Free you can use a plugin like Simple Custom CSS or Jetpack Custom CSS and add the following:

    /* Vantage Header Padding */
    
    header#masthead .hgroup {
    padding-top: 35px;
    padding-bottom: 35px;
    }

    Adjust as required.

    Let us know how you come along.

    Thread Starter toolman87

    (@toolman87)

    This is excellent!

    Thanks worked like a charm

    Thread Starter toolman87

    (@toolman87)

    Forgot to mark as resolved

    Super, glad to hear that did the trick.

    All the best with your site 🙂

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

The topic ‘Decrease size of Header Area’ is closed to new replies.