Dear, as you can see on the screenshot https://prnt.sc/0z7I6o5n4lOD >> I’m looking for a way to add some pixels of spacing between the letters of this text (I found it for the titles but I can’t figure it out where to change it for typed texts). Thanks a lot for your support!
Hey mvanstee,
Please try the following in Quick CSS under Enfold->General Styling:
p {
letter-spacing: 3px;
}
Best regards,
Rikard
Thnx! That worked :-)
Same problem: https://prnt.sc/04FVxdyYX2-I – how can I add spacing in these titles?
In my footer I have also a problem with the last block: https://prnt.sc/A9xpCVzX0nDb >> no spacing while the other blocks are fine.
Thanks!
Hi,
Please try this CSS as well:
h3.iconbox_content_title {
letter-spacing: 3px;
}
#text-4 ul li {
letter-spacing: 3px;
}
Best regards,
Rikard
Thanks!
h3.iconbox_content_title {
letter-spacing: 5px;
}
==> I assume this one is for the titles https://prnt.sc/XUX0wDOcfOZo ? I think it doesn’t work…
Hi,
Try this CSS instead:
h3.iconbox_content_title {
letter-spacing: 5px !important;
}
Best regards,
Rikard
Works great! Thnx
Hi,
Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
close please
Hi,
Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard