• Resolved charlesakerblom

    (@charlesakerblom)


    Since some update happened, having horizontal scroll on makes the cells super wide.

    Turning the horizontal scroll off fixes it, but then I lose the function I want with the horizontal scroll.

    It doesn’t seem like all tables have this problem though, some tables with variyng colours on the rows stay ok.

    Any ideas how to fix this?

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    Hmm, I’m not exactly sure why this happens, but I do see this CSS code in your “Custom CSS” that might be interfering:

    .tablepress th,
    .tablepress td {
    white-space: nowrap;
    }

    This is basically preventing the browser from inserting any automatic line breaks into the cells, which can heavily increase the columns widths. Can you please try again after removing that?

    Best wishes,
    Tobias

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.