How to adjust the line spacing for lists in blog posts

Home Forums Gillion Theme How to adjust the line spacing for lists in blog posts

Home Forums Gillion Theme How to adjust the line spacing for lists in blog posts

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    RESOLVED Posts
  • realmadmin
    Participant

    I saw a support thread on how to control the blog posts’ content line spacing using this custom CSS (that you can add it in the theme settings):
    <div class=”styles-section-title styles-selector”>

    <span class="selector" aria-label="CSS selector"><span class="simple-selector">.sh-text-content .page-content p, .blog-single .post-content p {
        line-height: 2.2;
    }
    </span></span>

    </div>
    That worked for controlling the main content, but can you also provide an example of how to control the line spacing for bulleted and numbered lists in a blog post.  I don’t see a way to set this in the theme settings.

    Thanks!

     

    Shufflehound
    Moderator

    Hi there,

     

    Sure, you can adjust with this:

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

     

    Let us know if that works! 🙂

     

    Best regards,

    Shufflehound team

    Shufflehound
    Moderator

    Hi there,

     

    Sure, you can adjust with this:

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

     

    Let us know if that works! 🙂

     

    Best regards,

    Shufflehound team

    realmadmin
    Participant

    Yes, thank you so much!!!

    Shufflehound
    Moderator

    You are welcome! 🙂

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