How to change distance between menu links/words

Hello,

unfortunately, the words are too long I used for the main menu top site. I now have two rows. Not looking good. Can I change the distance between the words/links?

Regards

Hi there

Hope you are having a good day and thank you for your question :slight_smile: In order to check your question i need to see your live website, please provide url and i will take a look

It is not online yet…could you still help? Thanks

Hello there,

I hope you are doing well today.

IAs we cannot view the page, it would be best to reduce the size of the name in the menu item. You can use the following CSS code to reduce the space between the text by going to Appearance > Customize > Additional CSS and pasting it there.


/*Reduce menu item space*/
.main-navigation .menu > li {
    margin-right: 10px;
}

Best Regards,
Support