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;
}
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025