Comments Sambacca started the conversationMay 28, 2020 at 7:54pmHi, I'd like to increase space between items in the main menu of my blog (the space between "home", "ricette", exc…). How can I do it? Thank you 2,700PenciDesign repliedMay 29, 2020 at 2:32pmHi,Please try add more this code to Customize > Custom CSS to do that: @media only screen and (min-width: 1170px){ #navigation ul.menu > li, #navigation .menu > ul > li{ margin-right: 50px; } } Best Regards,PenciDesignSambacca repliedMay 29, 2020 at 3:11pmPerfect, thank you! Sign in to reply ...
Hi,
I'd like to increase space between items in the main menu of my blog (the space between "home", "ricette", exc…). How can I do it?
Thank you
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Perfect, thank you!