Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1365571

    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!

    #1365584

    Hey mvanstee,

    Please try the following in Quick CSS under Enfold->General Styling:

    p {
        letter-spacing: 3px;
    }

    Best regards,
    Rikard

    #1366312

    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!

    • This reply was modified 2 years, 7 months ago by mvanstee.
    #1366338

    Hi,

    Please try this CSS as well:

    h3.iconbox_content_title {
        letter-spacing: 3px;
    }
    
    #text-4 ul li {
        letter-spacing: 3px;
    }

    Best regards,
    Rikard

    #1366357

    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…

    #1366387

    Hi,

    Try this CSS instead:

    h3.iconbox_content_title {
        letter-spacing: 5px !important;
    }

    Best regards,
    Rikard

    #1366393

    Works great! Thnx

    #1366415

    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

    #1366421

    close please

    #1366432

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Spacing between letters’ is closed to new replies.