How can I adjust line spacing with HTML in rich text customization?

Hello,

Is there any way you could adjust the spacing between the lines using HTML?

Please see picture attached, thank you!

Aimi

1 Like

Hi @Aimi

We can try to adjust but using CSS. If its okay to you would you mind to share your Store URL website? with password if its protected. Thanks!

Hello!

Thank you so much for your help.

It is https://nemyon.com and the password is tpdb2525

1 Like

Sorry, I cant see your password input.

It is

“tpdb2525”

I mean, I cant see the password input where I can write the password to enter in your store.

Hi I have just removed the password for you

Hey @Aimi

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Thank you for the information. Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.theme-block {
    line-height: 5px;
}
  • And Save.
  • You can adjust the size you like just change the numbers.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!