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.

Menu problem – Customization Vantage Theme

9 years ago · Last reply by Andrew Misplon 9 years ago

I have problems with the menu on my Vantage theme.

I need to reduce the space horizontally between the different items because I have so many of them that they don’t fit in a single line. I would like to shorten the size between each box but can’t find an option for this, even with the SiteOrigin CSS pluggin.

Could you help me?

Thanks you so much

Anne

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 9 years, 11 months ago

    Hi Anne

    Thanks for reaching out.

    If you’re using Vantage Premium you’ll find a Menu Padding option at AppearanceCustomizeTheme DesignMenu, however, this is for vertical padding. For horizontal padding we can add the following to AppearanceCustom CSS:

    /* Main Menu */
    .main-navigation ul li a {
        padding-right: 35px;
        padding-left: 35px;
    }

    35px is the default value, adjust it as required.

    Hope that helps :)

  2. AnneM 9 years, 11 months ago

    Hi Andrew,

    Thank you for your help ! It works !!!
    Anne

  3. Andrew Misplon Staff 9 years, 11 months ago

    Awesome :) Glad to hear that did the trick.

    All the best with your site.

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