Debut Theme - Decrease Space Between Trusted Badges and Heading 1

Solved
federicolugli20
Excursionist
27 0 8

Hi everyone i've a problem i cannot fix, i need to decrease space between trusted badges and heading 1 (mobile view) on product page, please help me.

Thank you in advance

Immagine 2021-04-14 145313.jpg

Accepted Solution (1)
dmwwebartisan
Shopify Partner
11508 2437 3529

This is an accepted solution.

@federicolugli20 

Please add the following code at the bottom of your assets/theme.scss.liquid file

@media only screen and (max-width: 749px){
.product-single__description {margin-top: 0px !important;}
}

Hope this works.
Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 5 (5)
federicolugli20
Excursionist
27 0 8

The link of the store is www.kiddylovings.com

suyash1
Shopify Partner
7698 946 1249

@federicolugli20 - please share your website page link. It will need css changes

You are welcome to contact me - suyash.patankar@gmail.com, My timezone is GMT+5:30,to build shopify pages use pagefly
#1 Product Filter & Search app on Shopify
federicolugli20
Excursionist
27 0 8
suyash1
Shopify Partner
7698 946 1249

@federicolugli20 - add this to the very end of theme.css file and check, adjust number 0 as per need

.product-single__description {margin-top: 0;}
You are welcome to contact me - suyash.patankar@gmail.com, My timezone is GMT+5:30,to build shopify pages use pagefly
#1 Product Filter & Search app on Shopify
dmwwebartisan
Shopify Partner
11508 2437 3529

This is an accepted solution.

@federicolugli20 

Please add the following code at the bottom of your assets/theme.scss.liquid file

@media only screen and (max-width: 749px){
.product-single__description {margin-top: 0px !important;}
}

Hope this works.
Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app