hi,
i have a problem with tables an smartphone / ipad. i have to copy the code from older page. because it was such large code i have to use old code.
only the first column is shown properly. the other columns are right in the content but i cannot scroll to right.
it will be ok for me, if i can make the tables scrollable. they don´t have to be responsive.
kr dirk
Hi schnippel,
So that is code you have written yourself and placed in a text block? I think it might be a better idea to place every item in a 1/3 element maybe?
Best regards,
Rikard
hi rikard,
this is not possible because it is huge work and not possible for me… any automatically change to make tables scrollable on smartphones?
kr dirk
Hi,
I checked your website on mobile, but it looks fine to me:
So what are the changes you want to achieve exactly? a mockup showing the results would help.
With `overflow: scroll;
` you can make a table scrollable: http://stackoverflow.com/questions/14834198/table-scroll-with-html-and-css
Best regards,
Andy
hi,
my screen looks like this. if it is as your screenshot this will be great. look hier on my window phone:
kr
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia_textblock {
overflow-x: auto;
}
Best regards,
Vinay
thanks – works fine for me :-)