Shopify themes, liquid, logos, and UX
Trying to remove some padding within my theme and wondering how to do so.
Screenshots are attached for spaces I would like to decrease in padding.
https://8swcg7igixe5a2lp-60882223346.shopifypreview.com
Hi @GildedSocial ,
I understand that you want to reduce the padding of the specific are of your store.
Try this.
@media only screen and (max-width: 430px) {
.homepage-featured-content-box-inner.wow.fadeInUp {
padding: 5px;
}
}
And for the 2nd one.
.homepage-sections-wrapper.homepage-sections-wrapper--white {
padding-bottom: 10px;
}
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the theme.min.css file:
@media only screen and (max-width: 767px){
.shopify-section .homepage-sections-wrapper {padding-bottom: 15px !important;}
}
Regards,
San
If it’s helpful to you, please mark it as a solution.
Need Help with Shopify Design, Migration, Speed, or Custom tasks?
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025