Shopify themes, liquid, logos, and UX
Im wanting to make the cards on my "Featured Collection" section look how it looks on computer but instead they are super narrow as seen in the pictures. Is there a way to make them wider on mobile using the Sense theme?
Solved! Go to the solution
This is an accepted solution.
Go to your online store -> customize -> settings -> custom css and paste this code there
@media (max-width: 767px) {
.card:not(.ratio) {
width: 153px;
}
.grid {
column-gap: 38px;
}
What's your store url
This is an accepted solution.
Go to your online store -> customize -> settings -> custom css and paste this code there
@media (max-width: 767px) {
.card:not(.ratio) {
width: 153px;
}
.grid {
column-gap: 38px;
}
I had to do a little bit adjusting to the numbers but it works. Thank you so much!
Hello @CarSyncCentral ,
As the carousel is by default active for mobile in sense theme so its better to use 1 column for mobile layout.
Thanks
Hello @CarSyncCentral
please share url
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Go to your online store -> customize -> settings -> custom css and paste this code there
@media (max-width: 767px) {
.card:not(.ratio) {
width: 153px;
}
.grid {
column-gap: 38px;
}
}
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025