• Resolved Sourav Pan

    (@microbiologynote)


    My tables are showing fixed width as you can see in these screenshot, I want to show this table 100% width, but I am unable to do it with CSS, bcz whenever I am trying to do this the scrolling option is getting disabled. How to solve this problem?
    Image Url
    https://ibb.co/2vD4Mbn

    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.

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

    .dataTables_wrapper .tablepress {
        width: 100%!important;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Table width is fixed’ is closed to new replies.