Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1321229

    Hi,
    Is there any way to change word spacing in body text in enfolad theme? I am unable to do it.

    Please let me know if there any way to change the word spacing both for specific section’s text and also for overall website.

    Thanks in Advance.

    #1321421

    Hey souravghosh,

    Could you post a link to your actual site, so that we can have a closer look please? If you could specify which text you would like to target, then that would help as well.

    Best regards,
    Rikard

    #1321695

    Hi,
    I want to increase the normal word spacing of a text element of any part of the website.

    #1321838

    Hi,

    Thank you for the update.

    Try to use this css in the Quick CSS field to adjust the spacing between words.

    p {
        margin: 0.85em 0;
        word-spacing: 5px;
    }
    

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.