• Resolved sokalsky

    (@sokalsky)


    First off, amazing plug-in – thanks for your incredible work!

    For some reason, all my tables are showing up with the area above the table header (Where the user selects the number of entries and the search box lives) with an expanded height. It looks like the dropdown box might be the culprit, but I can’t figure out how to change that height (couldn’t figure out what the element ID might be for the dropdown to edit with CSS). Any ideas?

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

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The cause for this is that your theme is setting a height of 60 pixels for all dropdowns. To change that for TablePress dropdowns, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .dataTables_wrapper label select,
    .dataTables_wrapper label input {
        height: auto;
    }

    Regards,
    Tobias

    Thread Starter sokalsky

    (@sokalsky)

    Thanks so much Tobias – that did the trick. Happy New Year!

    Plugin Author Tobias B?thge

    (@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 ‘Table Show Entries Height’ is closed to new replies.