Shopify themes, liquid, logos, and UX
Hello
My Shop: https://customicezurich.com/ Password: notschger
I created a table on my Sizing page. The problem is on the mobile version it is still full length. I would like to have it responsive (one should be able to scroll through it but the page should remain the mobile size version).
How can i fix that?
Thanks in advance
Please add following css code your assets/component-rte.css bottom of file.
@media only screen and (max-width: 749px) {
table.sizingchart td, table.sizingchart tr {
padding: 2px 2px !important;
font-size: 1.2rem !important;
}
}
Thanks!
HI, I tried the same code but not working, I did a table in page, However, the page is not responsive? What's needed to do and make it responsive? should I write some codes in the CSS?
Thanks
User | RANK |
---|---|
127 | |
102 | |
74 | |
72 | |
41 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022