Hi!
On the website use a lot of tables, I have a problem with scrolling on mobile?
Hi SenjaLp!
It’s because some of your words are very long with no spaces or dashes in between. The browser has no idea where you want to “break” the word to the next line. If you would like to just hide the words when they run outside of the cell width then try adding this to a codeblock element in the page.
<style type = "text/css">
td {
max-width: 1px;
overflow: hidden !important;
width: 33% !important;
}
</style>
Regards,
Elliott
<style type = "text/css">
td {
max-width: 1px;
overflow: hidden !important;
width: 33% !important;
}
</style>
How to cancel it?
Hi!
Thank you did it.
The forum found the code:
table {
overflow: auto !important;
display: block !important;
}
Yesterday this code was working, but today it stopped scrolling :(
There are working versions?
Hi!
Can you please post all custom CSS code you have added here using – http://pastebin.com/
Regards,
Yigit
Hey!
I checked the site on a desktop browser and on a mobile device (iPod). The tables are scrollable.
Best regards,
Ismael
hi. last night I did a reset of the theme, now working normally.