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
A user seeks to reduce vertical spacing on their product page, specifically between the product title, description, and other information sections. The text appears reversed/mirrored but indicates they’re using a theme and need CSS adjustments.
Proposed Solutions:
base.css file via the theme editor.product__title and .product-info__container elements with margin adjustments set to 0Implementation Steps:
Additional Request:
Another user joins asking for similar help with padding reduction on their product page, noting that adjusting sliders in the product information settings hasn’t worked. They provide their store URL for specific assistance.
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