Home>Support>How to reduce Height of Menu Bar, Mast Head and Spacing between Menu Items?

How to reduce Height of Menu Bar, Mast Head and Spacing between Menu Items?

By aos1965, 9 years ago. Last reply by Andrew Misplon, 8 years ago.

Hello Community Friends,
I am quite new to making Website and am trying to develop my first Website using WordPress Vantage Theme.
Can someone help me with following issues?:
1. How to reduce height of Menu Bar?
2. How to reduce Height of Mast Head?
3. How to reduce the Spacing between the Menu Items?
4. How reduce Spacing between various rows inserted using PageBuilder? There is lot of space between two rows, which is irritating at times?

Regards
Anil

URL: http://lean.890m.com

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    Hi Anil

    Thanks for reaching out. 1 and 2 are available under Appearance > Customize in Vantage Premium. If you’d like to stick with Vantage Free we’ll run you through some CSS you can insert into a plugin like Jetpack Custom CSS.

    1. Add the following to your Custom CSS plugin, edit as required:

    /* Vantage Menu Padding - Vertical */
    
    .main-navigation ul li a {
    padding-top: 20px;
    padding-bottom: 20px;
    }
    

    2. Add the following to your Custom CSS plugin, edit as required:

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

    3. Add the following to your Custom CSS plugin, edit as required:

    /* Menu Padding Horizontal */
    
    .main-navigation ul li a {
    padding-right: 25px !important;
    padding-left: 25px !important;
    }
    

    4. A bit harder at the moment as we have some cross overs between old row styles in Vantage and new ones in Page Builder; we’re working on this problem. For now try:

    a. Edit the row, click the Theme tab on the right and click the No Bottom Margin checkbox.
    b. Edit the row, click the Attributes tab on the right. Enter your own custom row class, something like this:

    custom-bottom-margin
    

    Then under Appearance > Custom CSS (Vantage Premium) or in your own Custom CSS plugin, target that class:

    .custom-bottom-margin {
    margin-bottom: 10px;
    }
    
  2. 9 years, 3 months ago Neo NeverFull

    Hi Andrew !! Your code works great for the Menu Bar but unfortunately my Logo and Search Icon did not respond to the changes… I need help to align them with the Menu Bar. Thanks a lot ! =)

    • 9 years, 2 months ago Andrew Misplon
      Hi, I Work Here

      Hi Neo NeverFull

      Hopefully you’ve made progress on this. If not, please, open a new support thread and send your URL so we can take a look.

      Page: New Thread

      Once that’s done we’ll jump in and help out.

      Thanks

  3. 9 years, 8 days ago Achmad Syaifullah

    hi andrew, your code work so good, thanks
    i can remove margin bottom with custom css on page builder, but how to remove margin bottom on slider, there is a spacing between slider and text area..

    • 9 years, 8 days ago Andrew Misplon
      Hi, I Work Here

      Hi Achmad

      If you’re using Vantage you can use:

      /* Home */
      
      .home #main {
      padding-top: 0;
      }
      

      For any further help with this, please, open a new thread and I’ll be with you ASAP!

      Thanks :)

      Page: New Thread

  4. 9 years, 7 days ago Achmad Syaifullah

    thanks andrew, ill try it later

  5. 9 years, 7 days ago Andrew Misplon
    Hi, I Work Here

    For sure :)

  6. 8 years, 4 months ago Wasif Ahmed

    Hi Andrew Misplon,
    glad to see your working for Vantage theme users.
    Can you please make me know that how can i reduce the height of the menu from up and down?
    Your reply is solicited.

    My site URL:
    http://www.kmlsolution.com/new/

  7. 8 years, 4 months ago Wasif Ahmed

    I’m using free Vantage theme.

    • 8 years, 4 months ago Andrew Misplon
      Hi, I Work Here

      Hi Wasif

      Thanks for reaching out. I’ll reply to your thread shortly.

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More