Re: Space between price and button

Solved

How can I reduce the space between price and add to cart button?

Good_Mood
Excursionist
42 0 7

Hi,

 

Just wondering if can one help me to minimize the space between the line spacing in title name as highlighted in the picture also the space between the price and add to cart button.

Thanks

Good_Mood_0-1703417349636.png

 

 

Accepted Solution (1)

PageFly-Henry
Shopify Partner
1184 335 289

This is an accepted solution.

Hi @Good_Mood 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

.product__title h1 {

    line-height: 32px !important;

}

product-form.product-form {

    margin-top: -20px !important;

}

 

Hope that my solution works for you.

Best regards,

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

View solution in original post

Replies 3 (3)

PageFly-Henry
Shopify Partner
1184 335 289

This is an accepted solution.

Hi @Good_Mood 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

.product__title h1 {

    line-height: 32px !important;

}

product-form.product-form {

    margin-top: -20px !important;

}

 

Hope that my solution works for you.

Best regards,

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

Good_Mood
Excursionist
42 0 7

Thanks .. it worked

PageFly-Henry
Shopify Partner
1184 335 289

You are welcome @Good_Mood  😊

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.