Hi there,
I managed to get the table to show to the right of the image on desktop (theme: Debut), however, it wouldn't properly adjust to the mobile screen. Hence, the table is just invisible on the mobile. I must say that I was having issues with getting the table to show up next to the image on desktop at first and the way I solved is as follows: created the table > copied html > removed the table > added the image > added html table code. For some reason this was the only way to make it work as needed. Did anyone had similar issues, how did you resolve it? Thank you so much!
Desktop (looks as intended)
Mobile (no table)
Link to the page > https://orelse.studio/pages/sizing-chart
Solved! Go to the solution
@Yulz wrote:Hi there,
I managed to get the table to show to the right of the image on desktop (theme: Debut), however, it wouldn't properly adjust to the mobile screen. Hence, the table is just invisible on the mobile. I must say that I was having issues with getting the table to show up next to the image on desktop at first and the way I solved is as follows: created the table > copied html > removed the table > added the image > added html table code. For some reason this was the only way to make it work as needed. Did anyone had similar issues, how did you resolve it? Thank you so much!
Desktop (looks as intended)
Mobile (no table)
Link to the page > https://orelse.studio/pages/sizing-chart
@Yulz wrote:Hi there,
I managed to get the table to show to the right of the image on desktop (theme: Debut), however, it wouldn't properly adjust to the mobile screen. Hence, the table is just invisible on the mobile. I must say that I was having issues with getting the table to show up next to the image on desktop at first and the way I solved is as follows: created the table > copied html > removed the table > added the image > added html table code. For some reason this was the only way to make it work as needed. Did anyone had similar issues, how did you resolve it? Thank you so much!
Desktop (looks as intended)
Mobile (no table)
Link to the page > https://orelse.studio/pages/sizing-chart
Hi @Yulz
Let me check it for you
Please add this code at very bottom in theme.css file
@_media screen and (max-width:767px){
.scrollable-wrapper {
width: 100%;
margin-top: 20px;
float: left;
}
.scrollable-wrapper table {
width: 100% !important;
margin-left: auto;
margin-right: auto;
}
}
User | Count |
---|---|
413 | |
200 | |
145 | |
57 | |
43 |