• Resolved petra1000

    (@petra1000)


    hello,

    I have many tables and most are 3 cols and when I look at them on a cellphone or tablet the 1st col does not show up. How can I fix this?

    thanks
    william

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress {
      table-layout: normal;
    }
    .tablepress-id-1 td {
      width: 50%;
      word-break: break-word;
    }
    .tablepress-id-1 img {
      max-width: 100%;
    }

    The first command changes the behavior of columns overlapping (this was caused by your theme).
    The second and third command make this table look better on small screens.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘I have serval tables and do not display on phones’ is closed to new replies.