All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi Everyone,
I just want to ask how to adjust the price details on my product cards in mobile mode. See photo for reference.
Store Preview URL:https://0tom0bitnjf5bzka-13830324282.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Hi @IntechCarl
@media screen and (max-width: 768px){
h3.card__heading {
min-height: 55px !important;
}
}
I hope this helps
Best,
Daisy
This is an accepted solution.
Hi @IntechCarl
@media screen and (max-width: 768px){
h3.card__heading {
min-height: 55px !important;
}
}
I hope this helps
Best,
Daisy