hello, i would like to reduce the gap between my product title and price on my product page as there is a big gap:
my website is www.alexandrawestbrook.com , theme is dawn
hello, i would like to reduce the gap between my product title and price on my product page as there is a big gap:
my website is www.alexandrawestbrook.com , theme is dawn
Hi @ads18922
You can reduce the space between product title & price on product page by add this custom css code:
.product__info-container #price-template--23982096220487__main {
margin-top: 5px;
}
the result will be:
Hi @ads18922
I am from Mageplaza - Shopify solution expert.
Please add the following code to the base.css file:
.product__info-wrapper .product__info-container>*+* {
margin: 0.5rem 0;
}
*Result:
Please let me know if it works as expected!
Best regards