This topic has 2 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Hi there!
1. Can you tell me how I can add some space between the words?
2. How can I get the words on one line?
Thanks in advance!
Regards
Hello,
You can use this custom css code:
.footer-copyrights-right .textwidget a {
display: inline-block;
margin: 0px 10px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up