Is it possible to add a bit of spacing between text? Pic Below
It’s under the product page
Website: www.ecogarby.com (under product page)
Password: eco
Is it possible to add a bit of spacing between text? Pic Below
It’s under the product page
Website: www.ecogarby.com (under product page)
Password: eco
Please add the following CSS code to your assets/styles.css bottom of the file.
.product_name.title {margin-bottom: 0.5em !important;}
.purchase-details__buttons { margin-bottom: 0.9em !important;}
Thanks!
@Acid2Rain To add spacing, add the following code to assets>>style.css file.
Navigate to online store >> Click edit theme code.
Now find assets>>style.css and paste the following code.
.product-block--title{margin-bottom: 8% !important;}
.purchase-details__buttons {margin-bottom: 8% !important;}
I hope it will be helpful for you.
Thanks
Did it solve your issue?
- If yes, Like & Mark As Solution to help the community
- If not, let me know. also share a screenshot of the code that you added.
@dmwwebartisan @eFoli-Marvic Thank you so much!!