How to reduce height between product description and price

Solved

How to reduce height between product description and price

Alexdontero
Excursionist
14 0 4

Hello,

I would like to reduce the size between mine product description and product price but just a little bit here’s example 

IMG_5122.jpeg

 and if it would be possible also reduce from the bottom a little bit 

Accepted Solution (1)
topnewyork
Astronaut
1166 154 197

This is an accepted solution.

@Alexdontero 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

<style>
.product__info-container .product-form, .product__info-container .product__description, .product__info-container .icon-with-text {
    margin: 0;
    padding: 0;
    margin-top: -10px !important;
}
</style>

 

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

View solution in original post

Replies 3 (3)

topnewyork
Astronaut
1166 154 197

Hello, @Alexdontero 
Please share "Store URL"
Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
topnewyork
Astronaut
1166 154 197

This is an accepted solution.

@Alexdontero 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

<style>
.product__info-container .product-form, .product__info-container .product__description, .product__info-container .icon-with-text {
    margin: 0;
    padding: 0;
    margin-top: -10px !important;
}
</style>

 

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
Alexdontero
Excursionist
14 0 4

Thanks g for help