Change Line Spacing on Blog - Symmetry Theme

Hello!

I’m in the process of getting our blog up and running, and I’m just now realizing how limiting the formatting options are. Right now everything feels really squished, and I’m trying to avoid paragraphs feeling like overwhelming text walls. I searched through the forum, but none of the answers for other themes seem to work for my theme (Symmetry), so I’m hoping someone here can provide some extra code that will allow me to customize/increase line spacing on my blog pages.

I’ve searched through the code for main-blog.liquid and main-article.liquid and nothing obvious jumped out at me.

Any help would be very much appreciated!

TIA!

Hello @robin87 ,

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code

Go to Assets folder → base.css file or theme.scss.liquid file

.blog-content p {
  line-height: 1.6;
}

Save and preview

Hope this can help. Let us know if you need any further support.

Ali Reviews team.