• Resolved ricmo

    (@ricmo)


    Hello there,

    I was hoping you can help me correct the following. Some of my tables automatically hide columns. I suspect it’s because they have limited room on the page.

    But no matter how I change the width of the table, the columns remain hidden, sometimes even more columns auto hide:
    https://www.blueberries.gg/weapons/destiny-2-catalysts/

    It concerns columns 10 to 12.

    Thank you in advance!

    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.

    Essentially, that’s because your are using the collapse mode for responsiveness and that you are hiding the first column of the table, which is the clickable one to expand the hidden columns.
    In the “Custom CSS”, you should probably remove

    .catalysts .column-1,
    

    from that display: none; block. The first column will then be visible, and you’ll be able to click on it to expand the hidden data.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Tablepress automatically hides columns’ is closed to new replies.