• Resolved ststowers

    (@ststowers)


    I uploaded new contents for my table and see the header is now wrapping on the last column. The header label should show ‘SCTR’ but is wrapping and thus displayed on two lines as “SCT’ and ‘R’. I can email a picture if you like. Its on a members page and thus, is a private page.

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

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    This indicates that your theme is adding extra CSS code that then causes this kind of word-wrapping in columns that no longer fully fit in the available space on the screen.

    To maybe fix this, please add this to the “Custom CSS” text area on the “Plugin Options” screen of TablePress:

    .tablepress th,
    .tablepress td {
      word-break: normal !important;
    }

    If that still doesn’t help, I would need to see the page with the table, so that I can investigate it with the browser’s developer tools.

    Note that after adding this code, it’s possible that your table extends to the right and overflows (this will be visible on small screens like phones, in particular). If that happens, the Responsive Tables premium feature of TablePress can help.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Header Formatting wraps’ is closed to new replies.