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?
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024