Reduce padding between product information

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

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> base.css ->paste the below code at the bottom of the file.
@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.

  • Go to Shopify Admin Dashboard and click on Online Store → Themes.
  • Click on the Actions button → select Edit Code.
  • In the left-hand sidebar, navigate to the Assets folder and click to open the base.css file.
  • Scroll to the bottom of the file and add the following code:

@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