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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The problem here comes from the long URLs that you have in the table, for example after “PROTOCOLLO COLON IRRITABILE:” The browser can not add a line break in that automatically, but instead increases the width of the table. You should add line breaks in these URLs manually.

    Additionally, I recommend to set the width for the table to “auto” by adding this “Custom CSS”:

    .entry .tablepress-id-1 {
      width: auto;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Too wide in chrome’ is closed to new replies.