Shopify themes, liquid, logos, and UX
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.
Solved! Go to the solution
This is an accepted solution.
You can make it all 0. If not then let me know I can check it again.
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:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you so much.
Is there any way to make them slightly closer together?
Which values should I change?
Is there any way to make them slightly closer together?
Which values should I change?
This is an accepted solution.
You can make it all 0. If not then let me know I can check it again.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025