Okay
  Public Ticket #972089
Menu
Closed

Comments

  •  2
    danielrueda started the conversation

    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! 

  • [deleted] replied

    Hi 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;
    }