Shopify themes, liquid, logos, and UX
Hello,
I would like to reduce the size between mine product description and product price but just a little bit here’s example
and if it would be possible also reduce from the bottom a little bit
Solved! Go to the solution
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!
Hello, @Alexdontero
Please share "Store URL"
Thanks!
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!
Thanks g for help
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025