Does anybody know how to change padding on mobile for the price and product name?
On desktop it changed but not on mobile.
Main issue: Adjust mobile spacing for product name and price in a Shopify theme. Desktop styling changed, but mobile did not.
Recent actions:
Outcomes:
Context/terms:
Attachments:
Status:
Does anybody know how to change padding on mobile for the price and product name?
On desktop it changed but not on mobile.
Hi , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
Hi
@media(max-width:767px){
.card__heading {
padding: 10px 0;
}
}
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
Unfortunately, This code does not work
@media(max-width:767px){
.card__heading {
padding: 10px 0 !important;
}
}
Nope, does not work either
Hi
@media(max-width:767px){
.card__heading {
line-height: 0.5;
}
}
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!