hi,
on the following post i use a table which is not scrollable on mobile. How can i solve this problem? At the moment i use
x-overflow: scroll; but this doesnt work…
Best regards
Chris
Hey Chris_85,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
table {
width:auto !important;
}
}
Best regards,
Rikard
Hi Rikard,
i tryed this before. But the table is still not scrollable with your code…
Can you check plz.
Hi Chris_85,
Can you try adding this css code also:
@media only screen and (max-width: 767px) {
.responsive #top,
.responsive #wrap_all,
.responsive .template-blog .post .entry-content-wrapper {
overflow-x: visible !important;
}
}
Hope it helps.
Best regards,
Nikko
Hi Nikko,
is there no solution for including a scrollbar for the table?
Best regards
Chris
Hi Chris_85,
Unfortunately as far as I know there isn’t another solution if you want to keep that layout.
The solution I could recommend is to have the table hidden on mobile and create 3 tables with 2 columns for each tax bracket which will display only on mobile devices.
You just need to make use of the Screen Options option in the element.
Hope this helps.
Best regards,
Nikko