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
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!
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
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
Yes, thank you so much!!!
You are welcome! š