CHange padding on mobile (price and product name)

CHange padding on mobile (price and product name)

JoaquinExcitare
Excursionist
51 0 17

Does anybody know how to change padding on mobile for the price and product name?

On desktop it changed but not on mobile.

Screenshot 2024-12-02 at 14.36.34.pngScreenshot 2024-12-02 at 14.36.19.png

Replies 7 (7)

steve_michael2
Trailblazer
438 38 55

Hi , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Crafting exceptional online experiences with innovative design and technology.

Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount
JoaquinExcitare
Excursionist
51 0 17
steve_michael2
Trailblazer
438 38 55


Hi
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file

@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!

Crafting exceptional online experiences with innovative design and technology.

Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount
JoaquinExcitare
Excursionist
51 0 17

Unfortunately, This code does not work

steve_michael2
Trailblazer
438 38 55
@media(max-width:767px){
.card__heading {
    padding: 10px 0 !important;
 }
}
Crafting exceptional online experiences with innovative design and technology.

Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount
JoaquinExcitare
Excursionist
51 0 17

Nope, does not work either

steve_michael2
Trailblazer
438 38 55

Hi
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file

 

@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!

Crafting exceptional online experiences with innovative design and technology.

Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount