Comments 2danielrueda started the conversationNovember 29, 2016 at 10:31pmWhat custom CSS do I need to reduce the space between the menu items? Same thing with the portfolio-category-item in the filter of the portfolio.I would like them to be close to one another. Thank you! [deleted] repliedNovember 30, 2016 at 12:24pmHi danielrueda,Can you please add the code below to Custom CSS: .main-header.menu-type-standard-menu .standard-menu-container div.menu>ul>li+li, .main-header.menu-type-standard-menu .standard-menu-container ul.menu>li+li { margin-left: 30px !important; } .product-filter ul li { margin-left: 25px !important; } Sign in to reply ...
What custom CSS do I need to reduce the space between the menu items?
Same thing with the portfolio-category-item in the filter of the portfolio.
I would like them to be close to one another.
Thank you!
Hi danielrueda,
Can you please add the code below to Custom CSS: