Space between footer link text in the menu

Hi,

Right now all my footer links are together, how to change space between them in the menu?

www.hingetee.ee

Thank you,
Marko

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
Right now i see your footer links is nicely distributed and i really can’t see anything unusual, can you tell bit more about your problem? maybe you can show me a screenshot as well?

Thanks!
Colorlib Support Team

It seems you are talking about footer navigation links.

If it is so then you can add space between them by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

#footer-area .site-info nav ul li {
    margin-right: 15px;
}

Hi Noda,

Picture added. Missing space between links avaleht and saidikaart in the footer menu. Every link what i try to add to the footer link menu will be like that at the moment.

Thank you,
Marko

Hi Movin,

That was it, now it is ok. Thank you all.

Best regards,
Marko

You are most welcome here :slight_smile: