Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    I’m not sure that I can reproduce this. Both tables on both pages seem to be working fine for me. The browser is first adding word-wrapping to keep the width small, and once that is no longer possible, it adds horizontal scrolling.

    To adjust this a little bit, you could set minimum widths for the columns, e.g by adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-4 .column-2,
    .tablepress-id-4 .column-3 {
        min-width: 200px !important;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Reponsive table issue’ is closed to new replies.