• Resolved zev1on

    (@zev1on)


    Hi

    I have two tables on my site. After a recent update the image width is not consistent:

    See left column here and middle column on this table here

    Please can you help me fix?

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    I’m not exactly sure why this happens, but setting the widths for the columns in a more reliable way should fix this. For that, please replace the CSS code

    .tablepress-id-1 .column-1 {
    width: 85px
    }
    .tablepress-id-1 .column-2 {
    width: 85px
    }
    .tablepress-id-1 .column-3 {
    width: 85px
    }

    with

    .tablepress-id-1 td {
    width: 33.3%;
    }

    Best wishes,
    Tobias

    Thread Starter zev1on

    (@zev1on)

    Thanks Tobias

    Really appreciate your fast reply and help. That’s now fixed.

    Plugin Author Tobias Bäthge

    (@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 in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.