Shopify themes, liquid, logos, and UX
Looking to remove the padding between sections added on the empire theme. Not sure why they are so large. In this scenario between the banner and the feature products collection.
Thanks in advance
Solved! Go to the solution
This is an accepted solution.
You can follow the instruction here to remove the padding :
1. Go to Shopify > Theme > Customize > Settings > Custom CSS
2. Copy this code and paste to the section > save
@media screen and (min-width: 1024px) {
.home-section--title {
margin-top: 1.25rem;
}
}
@media screen and (min-width: 860px) {
.home-section--title {
margin-bottom: 1.25rem;
}
}
Here is the result:
Hello,
Please share "Store URL".
Thanks!
This is an accepted solution.
You can follow the instruction here to remove the padding :
1. Go to Shopify > Theme > Customize > Settings > Custom CSS
2. Copy this code and paste to the section > save
@media screen and (min-width: 1024px) {
.home-section--title {
margin-top: 1.25rem;
}
}
@media screen and (min-width: 860px) {
.home-section--title {
margin-bottom: 1.25rem;
}
}
Here is the result:
Thank you! This worked great.
Is it possible to fix this for mobile view too?
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