I am looking to reduce the spacing between the sections of the product information, on the product page.
Underneath the title and underneath the description.
Thanks for any help
Theme is taste
I am looking to reduce the spacing between the sections of the product information, on the product page.
Underneath the title and underneath the description.
Thanks for any help
Theme is taste
Hi @jay113
You can try this code
@media only screen and (max-width: 768px){
.product__title{
margin-bottom: 0;
}
.product__info-container > div.no-js-hidden {
margin-top: 0;
}
}
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hello @jay113 ,
You can follow the steps below to reduce the spacing between the product title and the information.
@media (max-width: 540px) {
.product__title {
margin-block-end: 0;
}
.product__title + * {
margin-block-start: 0;
}
}
Hope it helps. Let us know if you have any further queries.
Regards,
CedCommerce
Hi! Can you help me reduce the padding on my product page as well? I haven’t had any success doing it by adjusting any sliders via the product information page. https://shopspikesandseams.com/products/palm-cheetah-custom-satin-pajamas?_pos=3&_sid=7f9e51795&_ss=r