How can I adjust line spacing on Dawn theme product page?

Hello,

I have just added the Zip payment widget on my product pages but now the text “FREE SHIPPING” underneath the widget is too close. Can this text be moved down slightly ? Any help will be appreciated thanks. www.florabymillie.com

Please add below css code in bottom of assets/section-main-product.css file

.product__info-container .product__tax {
margin-top: 0;

}
Thank you.

Thank you very much

1 Like