How can I make my table mobile responsive?

How can I make my table mobile responsive?

learningdesign
Shopify Partner
205 1 24

https://npx8c4rz2s1kg6zq-55419666479.shopifypreview.com/products_preview?preview_key=2e9a31fe0a92fff...

in this link please check the specification below its not mobile responsive 

can some expert please send me code 

Thank you

Replies 6 (6)

BrewBrains
Shopify Partner
160 26 33

 

section#shopify-section-template--16346580516911__custom_liquid_hU4F6x {
    overflow-x: auto;
}

 

@learningdesign  Paste this css to your theme.css file and your issue must be resolved. 

Was I helpful?

Buy me a coffee


Sandesh Paudyal |

| Shopify Developer


Need help with your store?

 sandeshpaudyal99@gmail.com

For quick response - Message Me : +9779851353732

learningdesign
Shopify Partner
205 1 24

it did not work

learningdesign
Shopify Partner
205 1 24

Some one please help me in this

BrewBrains
Shopify Partner
160 26 33

where did you paste the css, can you try another way?

Can you paste this css before </body> tag on theme.liquid ?This should work. 

 

<style>
@media only screen and (max-width: 600px) {
.features--button-transition section#shopify-section-template--16346580516911__custom_liquid_hU4F6x {
    overflow-x: auto !important;
}
}
</style>

 

 

 

 

 

 

Was I helpful?

Buy me a coffee


Sandesh Paudyal |

| Shopify Developer


Need help with your store?

 sandeshpaudyal99@gmail.com

For quick response - Message Me : +9779851353732

learningdesign
Shopify Partner
205 1 24

Still did not worked sir

BrewBrains
Shopify Partner
160 26 33

I checked and seems it is working. Can you confirm? @learningdesign 

Was I helpful?

Buy me a coffee


Sandesh Paudyal |

| Shopify Developer


Need help with your store?

 sandeshpaudyal99@gmail.com

For quick response - Message Me : +9779851353732