Solved

Revamp - Product Quantity _Increment Needs Attention - Dawn Theme

PeterMantu
Excursionist
15 2 3

Hi all,

 

Please see attached image and help in fixing the product quantity increment issue. I don't know why this is happening when viewing on mobile. Feel free to view store on mobile here

 

Mobile View 1.png

Thank you in advance!

Peter Mantu
Company Website: https://www.pnpaiiih.com/
Shopify Store: https://queenswalkincloset.com/
Accepted Solution (1)

dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@PeterMantu 

Please add following css your assets/base.css botttom of the file.

@media screen and (max-width: 749px){
.visually-hidden {
    position: absolute!important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal!important;
}
.quantity { width: 100% !important;}
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 2 (2)

dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@PeterMantu 

Please add following css your assets/base.css botttom of the file.

@media screen and (max-width: 749px){
.visually-hidden {
    position: absolute!important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal!important;
}
.quantity { width: 100% !important;}
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
PeterMantu
Excursionist
15 2 3

@dmwwebartisan Thank you so much for your help!

Peter Mantu
Company Website: https://www.pnpaiiih.com/
Shopify Store: https://queenswalkincloset.com/