How can I reduce text spacing on specific product pages?

Solved

How can I reduce text spacing on specific product pages?

Marie-Aimee
Excursionist
22 0 19

Hi. I would like to have my product page text a bit closer. The space between each sentences is huge and i would like to get them a bit closer to each other like the picture i will send. The other picture with Lovancia it's me. Also, i dont want necessarily all the text on my shopify website and product page to be like that. Just these 3 text for now.Capture d’écran 2023-10-21 154309.pngCapture d’écran 2023-10-21 154112.png

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4593 1052 1713

This is an accepted solution.

Hi @Marie-Aimee 

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

.product__info-container>*+* {
    margin: 0 !important;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Reply 1 (1)

PageFly-Richard
Shopify Partner
4593 1052 1713

This is an accepted solution.

Hi @Marie-Aimee 

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

.product__info-container>*+* {
    margin: 0 !important;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.