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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
4To be clearer, I would like to reduce the width of each menu items.
Thanks
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.
Hey Andrew,
Thanks for the support.
It worked perfectly.
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.