Product Information Section Padding - Prestige Theme

Hey, does anyone know how I can remove the extra padding between my ‘description tabs’ section and the ‘handmade to order’ announcement below it? I made the description tabs/titles a smaller font expecting the theme spacing to adjust naturally but it hasn’t.

I’m using the Prestige theme and this is my default product page so the code will need to work for all.

URL – https://927103-16.myshopify.com/

@emilyaugstudios can you please put style in code on change CSS:

.product-tabs__content-item {
    min-height: fit-content !important;
}

1 Like

Hey @emilyaugstudios

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Hi! Thank you for your reply, could you explain further what you mean about ‘please put style in code on change CSS’ just before I try this code? I don’t want to get anything wrong. Thank you :blush:

@emilyaugstudios
go to theme customizer > open a product page in it > then select the product section

go to the bottom of it then paste the code that have given you in custom CSS area.

1 Like