how to put line spacing in paragraphs?

Home Forums Gillion Theme how to put line spacing in paragraphs?

Home Forums Gillion Theme how to put line spacing in paragraphs?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • juniormartian
    Participant

    how to put line spacing in paragraphs?

    tks 🙂

    • This topic was modified 11 months, 3 weeks ago by juniormartian.

    Shufflehound
    Moderator

    Hi there,

     

    About line spacing did you mean how to change line height, so the content has larger spaces vertically?

     

    Best regards,

    Shufflehound team

    juniormartian
    Participant

    that’s right.

    Shufflehound
    Moderator

    Hi there,

     

    We have some global options in the theme settings for that, but those might change the spacing in other places too.

    For the blog posts content line spacing you can use this custom CSS (you can add it in the theme settings):

    .sh-text-content .page-content p, .blog-single .post-content p {
        line-height: 2.2;
    }
    

    Let us know if that works!

     

    Best regards,

    Shufflehound team

    • This reply was modified 11 months, 3 weeks ago by Shufflehound.
    • This reply was modified 11 months, 3 weeks ago by Shufflehound.
    • This reply was modified 11 months, 3 weeks ago by Shufflehound.
    • This reply was modified 11 months, 3 weeks ago by Shufflehound.

    realmadmin
    Participant

    Hello, I have a similar question related to the spacing of lists.  Can you provide a CSS sample for also controlling the line spacing for bulleted/numbered lists on blog posts?

     

    Shufflehound
    Moderator

    @realmadmin We have just answered your separate topic.

    • This reply was modified 11 months, 3 weeks ago by Shufflehound.
    • This reply was modified 11 months, 3 weeks ago by Shufflehound.

    okeydokeydad
    Participant

    Hi @shufflehound I’ve tried using the custom CSS you posted above, but I’m not having any luck in tightening the line-spacing. The default is just a little too tall.

    Cheers!

    Edit: Nevermind, figured it out. Cheers!

    • This reply was modified 6 months, 2 weeks ago by okeydokeydad.
    Attachments:
    You must be logged in to view attached files.

    Shufflehound
    Moderator

    @okeydokeydad Hello, you can try to add !important to the line-height value. Let us know if that helps! 🙂

Viewing 8 posts - 1 through 8 (of 8 total)