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

    (@tobiasbg)

    Hi,

    I’ll copy my answer from the thread at https://www.ads-software.com/support/topic/php-in-tablepress-not-working here:

    Thanks for your question, and sorry for the trouble.

    The reason for that is the usage of the “Horizontal Scrolling” functionality. Unfortunately, that does not always work flawlessly on all sites/tables/themes. ??

    You’ll either have to turn that off, or set a fixed column width on all columns of the table, with some CSS code (see the TablePress FAQ for an example. Note that you’ll have to add the !important keyword for each assignment). Additionally, you might need to add this (adjusted for your table ID) to the “Custom CSS” textarea:

    .tablepress-id-123 {
      table-layout: fixed;
    }

    Regards,
    Tobias

    Thread Starter Knightycool

    (@knightycool)

    Vielen dank, mein Bruder ??

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘About Tablepress header borders not in line’ is closed to new replies.