Home › Forums › Gillion Theme › how to put line spacing in paragraphs?
Home › Forums › Gillion Theme › how to put line spacing in paragraphs?
how to put line spacing in paragraphs?
tks š
Hi there,
About line spacing did you mean how to change line height, so the content has larger spaces vertically?
Best regards,
Shufflehound team
that’s right.
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
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?
@realmadmin We have just answered your separate topic.
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!
@okeydokeydad Hello, you can try to add !important to the line-height value. Let us know if that helps! š