WVU
February 11, 2025, 4:17pm
1
Hiya,
How could I remove white space between these two pieces of text on my product page? See where I’ve drawn the little red lines, I would like to have those texts with tick-marks closer together. The rest of the spacing can stay the same.
See:
URL: https://utrecht-winkel.nl/
Thanks in advance!
1 Like
Hello @WVU
Either no one is seeing the text, or I can’t see it.
WVU
February 11, 2025, 4:31pm
3
Hi Devcoders,
My bad, and thanks for your response. You should see it now!
1 Like
Hi WVU
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
p.product__text.inline-richtext.subtitle {
margin-top: -5px !important;
}
Result:
Best,
Liz
Hello @WVU
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.
.product__text.inline-richtext.subtitle {
margin-top: 0;
}
1 Like
Hello @WVU
You’re very welcome! I’m thrilled to hear that you’re pleased with the outcome. Don’t hesitate to reach out if you need further assistance.
like and accepting the All solution. Thank you!
1 Like