How do i add more space between product price and the custom liquid? Also how do I remove double spacing from custom liquid? I want the custom liquid to be single spacing, and beteween the price and the custom liquid needs and extra space.
url: bundo.nl
Hi @nijntjelover . Hope you are doing well. Is that something you want to achieve ?
Hi justin, So those 3 lines, I want them closer to each other, seee how they’re double spaced?
Yes. I can see it. Could you share your custom liquid code here ? I’ll modify it then send it back.
Thanks,
Justin
.custom-padding {
margin-top: 40px; /* Adjust the value as needed for the desired space */
}
{% assign empty_space = " " %}
{{ empty_space }}
Betaal veilig met iDeal & Bancontact
Voor 23:59 besteld - morgen verzonden
30 Dagen Retourgarantie
.custom-padding {
margin-top: 40px; /* Adjust the value as needed for the desired space */
}
{% assign empty_space = " " %}
{{ empty_space }}
Please try to replace these code with my code below

Betaal veilig met iDeal & Bancontact

Voor 23:59 besteld - morgen verzonden

30 Dagen Retourgarantie
1 Like
Can you edit the code so its aligned to the left side more?
Sure. Please try using this code

Betaal veilig met iDeal & Bancontact

Voor 23:59 besteld - morgen verzonden

30 Dagen Retourgarantie
yessirrr i changed a couple numbers around but worked perfectly!!