• Resolved Hkroed

    (@sprithansi)


    Hi!
    I use the Tablepress datatables column filter widgets. When I’m on a PC, it looks good, but when I’m on my mobile, it seems like the widgets are in a row. Is it possible to get them next to each other to spare space 🙂

    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 post, and sorry for the trouble.

    This seems to be caused by the CSS code

    #tablepress-10_wrapper .column-filter-widgets {
        width: 25%;
        margin: 0 auto;
    }

    that you have added.
    You could try a fixed pixel width here, or only apply this inside a CSS 3 Media Query.

    Regards,
    Tobias

    Thread Starter Hkroed

    (@sprithansi)

    Aah, thanks.
    I’ll try to figure it out 🙂

    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 ‘Datatables column filter widgets’ is closed to new replies.