Shopify themes, liquid, logos, and UX
Hi ! My shop is ed4ee3.myshopify.com
There is no password, I'm using IMPULSE THEME.
On mobile version, I would like to reduce the space between collection headings and collection images everywhere on the shop (homepage, on any collection page...). Please note in case it can help you that the issue is not happening on desktop version. Thank you.
Solved! Go to the solution
This is an accepted solution.
Hello,
Please add the below code above </body> in theme.liquid
online store >> edit code >> theme.liquid
<style>
@media screen and (max-width: 767px) {
div#CollectionAjaxContent .page-width .grid {
padding-top: 10px!important;
}
.index-section .grid {
padding-top: 10px!important;
}
}
</style>
after added the given code dropdown looks like this.
If our solution is helpful for you then Please like the post and tap on accepted.
If you want to discuss any further information then please contact us on our whatsapp.
We will always here for your help.
Thankyou 🙂
This is an accepted solution.
Hello,
Please add the below code above </body> in theme.liquid
online store >> edit code >> theme.liquid
<style>
@media screen and (max-width: 767px) {
div#CollectionAjaxContent .page-width .grid {
padding-top: 10px!important;
}
.index-section .grid {
padding-top: 10px!important;
}
}
</style>
after added the given code dropdown looks like this.
If our solution is helpful for you then Please like the post and tap on accepted.
If you want to discuss any further information then please contact us on our whatsapp.
We will always here for your help.
Thankyou 🙂
Your solution works for both homepage and collection pages. Wonderful ! Thank you very much
thankyou 🙂
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