Hi, “Najnosza premiera” is a custom css text I made. I want there to be a smaller space between each word on the mobile view. So for example bring the “Najnowsza” word lower, or the “premiere” word higher, so they are closer. Is that doable? I’m currently using the dawn theme. I appreciate the help!
Hello @Dat999
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hey @Dat999
Thank you for reaching out to the Shopify community.
You can just reduce the line height on the custom CSS in the CSS block that you have already added:
div{
line-height:50px;
}
Let me know if this is helpful.
Thanks.
Hey @Dat999
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

