• Resolved ricmo

    (@ricmo)


    Hello Tobias,

    Since I updated the plugin last night, I noticed that my tables (set to responsive so they appear horizontally) no longer show full width:
    http://www.macgamerhq.com/guides/best-macbook-games/

    They used to take all the available space so I’m guessing something is going on with the new update?

    As always, thank you for your help!

    Ric

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    That’s indeed a bit strange. I can only assume that this is some issue in the DataTables JS library when using in conjunction with the other Extensions that you are using.
    To fix it, could you please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-responsive-all {
      width: 100% !important;
    }

    Regards,
    Tobias

    Thread Starter ricmo

    (@ricmo)

    Worked great, thanks!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Table no longer rendering full width’ is closed to new replies.