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 🙂
User | RANK |
---|---|
142 | |
101 | |
79 | |
62 | |
61 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023