How can I add text spacing on my product page?

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

1 Like

@Acid2Rain

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!

1 Like

@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.

1 Like

@dmwwebartisan @eFoli-Marvic Thank you so much!!