I would like to remove the padding between the product title and price and also between the price and variant picker. I would like it to look like the image below.
The preview link is https://ybrwvy05yccjctoo-29058498693.shopifypreview.com
I would like to remove the padding between the product title and price and also between the price and variant picker. I would like it to look like the image below.
The preview link is https://ybrwvy05yccjctoo-29058498693.shopifypreview.com
@ChiNG18 Please go to assetes/theme.min.css and paste below css at bottom of file.
.mt-8
{
margin-top: 0rm !important;
}
@ChiNG18 - add this css to the very end of your theme.min.css file and check
.product-price-block{margin-top: 10px;}
.template-product .product-variant-picker-block {margin-top: 10px;}
Hi @ChiNG18 ,
I am Ani From https://www.task4store.com/ - Shopify Small & Custom Tasks Experts ( By MS Web Designer - Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore )
Here are the Solutions!
Go to Online Store->Theme->Edit code
Asset->/theme.min.css ->paste the below code at the bottom of the file.
.product-block-area .mt-8 {
margin-top: 0.4rem;
}
If you have any concerns feel free to ask me!
Regards,
Ani