Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16152
    xyzods
    Member

    How do I reduce the line spacing on my pages/posts? At the moment there is an enormous gap between paragraphs which does not look right at all. Also how to I fully justify the text? Thank you!

    #16168
    Sakin
    Keymaster

    @xyzods: Catch Everest WordPress Theme is a clean responsive design with lot of white spaces. So, I don’t recommend you to change the spaces as we need to adjust for mobile devices as well.

    You can adjust the margin between to paragraph by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box. This will reduce to half. But if you want to further reduce it then you can change 20px to 10px.
    @media screen and (min-width: 960px) { p { margin-bottom: 20px; } }

    #16190
    xyzods
    Member

    thank you for your help.

    And what about fully justifying the text layout? Left looks a little messy.
    Thanks

    #16197
    Sakin
    Keymaster

    @xyzods: Justifying the paragraph in website is not a good practice. But if you want to do that. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .site-content article { text-align: justify; }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Line Spacing & Full Justification of text’ is closed to new replies.