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?
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024