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.

Space between menu items

Resolved 4 replies premiumthemetheme-vantage

Hello,
I know you already reply to this question but it does not work.
I want to reduce the space between my menu items because the last one is going below and it is expanding my menu size.
I put this in my custom CSS but it stays the same. Any clues why?
/* Menu Padding Horizontal */
.main-navigation ul li a {
padding-right: 25px !important;
padding-left: 25px !important;
}
Thanks for the support. Also, what plugin (free or premium) do you advise to be able to deactivate widgets (in sidebars but also in page builder) for mobile and tablets visitors?
Thanks
Olivier

URL: http://www.neoconnection.fr

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

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Olivier Rozec (Neoconnection) 10 years, 6 months ago

    To be clearer, I would like to reduce the width of each menu items.

    Thanks

  2. Andrew Misplon Staff 10 years, 6 months ago

    Hi Olivier

    Thanks for reaching out. If you inserted the mentioned CSS at the bottom of your Custom CSS then the issue might have been the following:

    .single_job_listing .date-posted, .job_listings .date { display: none; }
    }

    Try removing that last closing bracket. At a glance it’s orphaned and should be removed.

    Once that’s done, the following should work:

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

    Adjust as required.

    Hope that helps.

  3. Olivier Rozec (Neoconnection) 10 years, 6 months ago

    Hey Andrew,

    Thanks for the support.
    It worked perfectly.

  4. Andrew Misplon Staff 10 years, 6 months ago

    Super :) Glad to hear that did the trick.

    All the best.

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