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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Those weird column widths are indeed caused by your theme, which happens to be using the same CSS selectors that TablePress uses.
    To fix that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .component-content .tablepress th,
    .component-content .tablepress td {
        width: auto;
        padding: 8px
    }

    Regards,
    Tobias

    Thread Starter Editor Mike

    (@editor-mike)

    :O

    Star player!!
    Thank you!!

    Where is your donate button?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

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

    And thanks for wanting to donate, I really appreciate it! Please see https://tablepress.org/donate/ for suggestions. Thanks!

    Best wishes,
    Tobias

    Thread Starter Editor Mike

    (@editor-mike)

    Cheers, donation sent!

    Have a coffee and a nice cake.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Mike,

    thanks, I just received your donation, that’s really very nice!

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Another Width Issue’ is closed to new replies.