Home Forums WordPress Themes – Premium Scripted Pro Line spacing on pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #43140
    Nick Renaud-Komiya
    Participant

    Hi,

    I am using the Styled Pro Theme.

    Could you please advise me on how I can reduce the leading/line spacing both within and between paragraphs?

    Many thanks

    #43169
    Sushil Adhikari
    Moderator

    Hi Nick Renaud-Komiya,

    YOu can add this css on chidl theme style.css or additional css section of customizer. So your changes will not lost on theme update.

    body .entry-content p {
        word-spacing: 10px;
        line-height: 27px;
    }

    Note: Please increase/decrease the word-spacing and line-height value as per your requirement.
    You can see here for more information about spcing : https://www.w3schools.com/cssref/pr_text_word-spacing.asp

    Thanks

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