Home>Support>Space between menu items

Space between menu items

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 1 month ago Olivier Rozec (Neoconnection)

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

    Thanks

  2. 9 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 1 month ago Olivier Rozec (Neoconnection)

    Hey Andrew,

    Thanks for the support.
    It worked perfectly.

  4. 9 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More