Hello,
Is there any way you could adjust the spacing between the lines using HTML?
Please see picture attached, thank you!
Aimi
Hello,
Is there any way you could adjust the spacing between the lines using HTML?
Please see picture attached, thank you!
Aimi
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!
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:
Go to Online Store
Edit Code
Find theme.liquid file
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.
.theme-block {
line-height: 5px;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!