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

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

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

Thanks .. it worked

You are welcome @Good_Mood :blush: