Okay
  Public Ticket #1486436
Menu spacing
Closed

Comments

  •  3
    Rapich started the conversation

    Hi, how can I change spacing between standard menu labels.

    And if I want to center logo above menu how to do it. I found code on support  forum but it also centers menu on mobile version. Thanks

  •  1,560
    Laborator replied

    Hi Rapich,

    To make the distance between the menu items smaller, please add this CSS 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: 25px;
    }
    

    Regarding your second question, we are currently working on a header builder so I would not suggest using any extra CSS for this as it will be not stable, wait until we release the header builder and this will be available through the theme options.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group