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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The for this is some interference in the CSS of your theme. To work around that, please use the !important flag in your CSS, like

    .tablepress-id-123 .column-1 {
      width: 280px !important;
    }

    Also note that you should use a table ID in the CSS, as this would otherwise affect all TablePress tables on your site.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Cell size’ is closed to new replies.