Solved

Spacing between header and text productdescription

Astrid7
Visitor
3 0 0

Hi there, How do I remove the padding/white space between the header and the text in my product description (Brooklyn theme)?

https://www.hetkruidenhuisje.nl/products/aardbeiblad

Thanks in advance!

Astrid

Schermafbeelding 2021-04-18 om 09.57.50.png

Accepted Solutions (2)

Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

@Astrid7 please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-product #shopify-section-product-template .product-single__meta .product-single__description >h6{
      margin: 5px 0 !important;
}

 

View solution in original post

Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

@Astrid7 

it my pleasure to help you please accepting my answer as solution and  click on like 

View solution in original post

Replies 3 (3)

Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

@Astrid7 please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-product #shopify-section-product-template .product-single__meta .product-single__description >h6{
      margin: 5px 0 !important;
}

 

Astrid7
Visitor
3 0 0

That was quick! 🙂

Thank you very much, it looks so much better now!

Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

@Astrid7 

it my pleasure to help you please accepting my answer as solution and  click on like