All things Shopify and commerce
Hi everyone
I need help regarding the banner ( Top spacing and Below spacing is to wide )
How can I make the spacing Tidy ??
My site : www.oscarliving.co.id
Theme : Empire 11.13
and also How can I make the display on Icon list on this section become " 1 LINE "
Thank You very much
Solved! Go to the solution
This is an accepted solution.
<style>
@media screen and (max-width: 767px) {
.slideshow {
margin-top: -2rem !important;
margin-bottom: -6rem !important;
}
.home-section--content.logolist--inner {
display: flex !important;
}
}
</style>
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
before the body ----->
if this code work please do not forget to like and mark it solution
This is an accepted solution.
<style>
@media screen and (max-width: 767px) {
.slideshow {
margin-top: -2rem !important;
margin-bottom: -6rem !important;
}
.home-section--content.logolist--inner {
display: flex !important;
}
}
</style>
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
before the body ----->
if this code work please do not forget to like and mark it solution
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