How to reduce the padding gap in the 'product information' section - Dawn Theme

Solved

How to reduce the padding gap in the 'product information' section - Dawn Theme

BraxtonEcom
Explorer
90 0 18

I'd like to reduce the padding slightly where each of the red lines are.

 

URL: https://www.soundshield.co.uk/products/sound-shield

Theme: Dawn

 

Any advice is greatly appreciated.

 

BraxtonEcom_0-1714416232371.png

 

Braxton
Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10038 2387 3014

This is an accepted solution.

You can make it all 0. If not then let me know I can check it again.

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
10038 2387 3014

Hi @BraxtonEcom 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.product__title {
    margin-bottom: .5rem;
}
.product__text, .product__info-container .icon-with-text {
    margin-top: .5rem;
}
div#shopify-block-33d275e8-6898-441e-8f83-163b90ba576f, 
div#price-template--16155726282918__main {
    margin: .5rem 0;
}

 

And Save. 

Result:

Made4uoRibe_0-1714419171572.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
BraxtonEcom
Explorer
90 0 18

Thank you so much. 

 

Is there any way to make them slightly closer together?

 

Which values should I change?

Braxton
BraxtonEcom
Explorer
90 0 18

Is there any way to make them slightly closer together?

 

Which values should I change?

Braxton
Made4uo-Ribe
Shopify Partner
10038 2387 3014

This is an accepted solution.

You can make it all 0. If not then let me know I can check it again.

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.