Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    You might have to tell the table to not stretch to the full width, e.g. with

    .content .tablepress-id-3 {
      width: auto;
    }

    (In fact, that by itself might already be good enough for your purpose, so that you won’t even have to set individual column widths.)

    Regards,
    Tobias

    Thread Starter emilysmithNGN

    (@emilysmithngn)

    This worked perfectly! Thanks ??

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change column width’ is closed to new replies.