• Resolved mijstrebor

    (@mijstrebor)


    I’m having trouble using TablePress Buttons on the meeting list on the supplied page. When I enable buttons in the Shortcode, the display of the meeting list has its width reduced on mobile devices to about half the available width. If, on the other hand, I uncheck Use DataTables in the JavaScript Features, the width on mobile is fine but I lose the pdf button on my table.

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

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please try changing the CSS

    .tablepress.meetings {
        width: 100%;
    }

    to

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

    ?

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Buttons and Mobile Problem’ is closed to new replies.