Comments 3Rapich started the conversationFebruary 28, 2018 at 8:06pmHi, 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,560Laborator repliedMarch 1, 2018 at 8:13amHi 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 Group1 Like Sign in to reply ...
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
Hi Rapich,
To make the distance between the menu items smaller, please add this CSS to Custom CSS:
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