Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #640928

    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

    • This topic was modified 8 years, 5 months ago by schnippel.
    #641248

    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

    #641330

    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

    #642000

    Hi,

    I checked your website on mobile, but it looks fine to me:

    View post on imgur.com

    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

    #642020

    hi,

    my screen looks like this. if it is as your screenshot this will be great. look hier on my window phone:

    kr

    #642085

    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

    #642091

    thanks – works fine for me :-)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Tables on smartphon’ is closed to new replies.