how to set the line height and paragraph height in the article content area

Home Support PT Magazine Plus how to set the line height and paragraph height in the article content area

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8214
    Tom Liu
    Participant

    the line height and paragraph height is a little bit small for Chinese Characters and I’d like to enlarge it.

    For instance link:http://www.jipinyuming.com/yuminghouzhui/new-domain-suffix/2774.html

    I have checked the style.css, but don’t know which one I should change.

    Pls kindly to advise, thanks!

    #8923
    ProDesigns
    Keymaster

    Hello @Tom Liu,

    In order to increase the height line height you would need to add custom CSS.
    Please follow the steps below:
    1. Log in to your admin area
    2. Go to “Appearance >> Customize >> Additional CSS”
    3. Add the below mentioned CSS rule:
    p, li{
    line-height:25px;
    }

    You could change the height by updating the pixels from 25 to whatever suits your needs.
    This should get you the results you wanted.

    Thank you

    Regards,
    Team ProDesigns Themes

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