any idea on how to remove the space between the product description and the price in the collection

Solved

any idea on how to remove the space between the product description and the price in the collection

JacJacC
Excursionist
42 0 9

in dawn, the product description has a space between the price, any idea on how to remove it?

Accepted Solution (1)
PageFly-Noah
Shopify Partner
1317 233 269

This is an accepted solution.

 Hi @JacJacC  please add code here in file theme.liquid and above tag </body>:

<style>
   .card__content .card-information .price{
        margin-top: -15px !important;
    }

</style>

Thank you.

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


PageFly - #1 Page Builder for Shopify merchants.


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

View solution in original post

Replies 6 (6)

JacJacC
Excursionist
42 0 9

I want to remove the space between the price and product description 

Image 6-5-2024 at 10.37 PM.jpeg

Made4uo-Ribe
Shopify Partner
7703 1859 2274

Hi @JacJacC 

Would you mind to share your store URL? Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
JacJacC
Excursionist
42 0 9

https://gallery0206.com

password: 123456

 

@Made4uo-Ribe  thx

 

PageFly-Noah
Shopify Partner
1317 233 269

This is Noah from PageFly - Shopify Page Builder App

I can help you. Please can you provide the website url. Thank you.

 

Best regards,

Noah | PageFly

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


PageFly - #1 Page Builder for Shopify merchants.


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

JacJacC
Excursionist
42 0 9

https://gallery0206.com

password: 123456

 

@PageFly-Noah  thx

PageFly-Noah
Shopify Partner
1317 233 269

This is an accepted solution.

 Hi @JacJacC  please add code here in file theme.liquid and above tag </body>:

<style>
   .card__content .card-information .price{
        margin-top: -15px !important;
    }

</style>

Thank you.

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


PageFly - #1 Page Builder for Shopify merchants.


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