This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

How do I reduce the white space in the masthead

Resolved 5 replies premiumthemetheme-vantage
Started · Latest reply by Andrew Misplon

I have the premium theme and what to reduce the white space just enough so it matches the size of my logo.

I don’t a way to do this from the Vantage premium theme settings.

-Stan

URL: http://www.defconetworks.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff

    Hi Stan

    Give this a try under Appearance > Custom CSS:

    header#masthead.masthead-logo-in-menu .logo {
    padding: 0;
    }
    .main-navigation ul li a {
    padding-top: 0;
    padding-bottom: 0;
    }

    Adjust the second selector to have a little padding. So change padding-top: 0 and padding-bottom: 0 to say padding-top: 5px etc. and see the effect.

  2. Stan DeFreese

    Hi Andrew,

    I added the suggested code, and I still have the big awful white space above my menu. If you check it out at defconetworks.com you can see what I mean. How do I reduce the white space on?

  3. Andrew Misplon Staff

    You can removed the Custom CSS I sent through. That was specific to the layout you were previously using. To reduce your header padding now you can go to Appearance > Customize > General: Header Padding. Try setting it to 1.

    Hope that helps.

  4. Stan DeFreese

    Awesome, it works great!

    Thank you,
    Stan

  5. Andrew Misplon Staff

    Awesome, glad to hear you made progress there.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread