• Resolved dee987

    (@dee987)


    Hi,

    I am using the collapse mode with the responsive extension in Tablepress. On mobile, the collapse displays Monday as a column then displays the rest of the week collapsed. Is there shortcode I can add, to have it break and have Monday display with the other days of the week?

    Thanks
    Diana

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    One idea to maybe achieve this would be to disallow line breaks in the first column. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-6 .column-1 {
       white-space: nowrap;
    }

    Regards,
    Tobias

    Thread Starter dee987

    (@dee987)

    Perfect fix! thank you for the quick reply.

    Plugin Author TobiasBg

    (@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 ‘responsive table – collapse’ is closed to new replies.