Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Cristi

    (@databaser1)

    Found it

    #tablepress-21_filter {
      margin-bottom: 10px;
    }
    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    Great to hear that you were able to fix this already! That’s indeed the necessary “Custom CSS” to achieve this.

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

    Hi,

    I would also add a little space under the search box. Can you please advise where to find the code to do this? (I’ve been looking for it for a while now) Or there is a CSS code for that?

    Thank you in advance,

    Robert

    I would like to complete my early message, that I have tried the above mentioned CSS and does’t work for me.

    Thanks

    Thread Starter Cristi

    (@databaser1)

    The code belongs to TablePress – Plugin Option.
    Also u need to replace the number 21 (#tablepress-21_filter) acording to your table id.

    I hope this help

    Hi databaser1,

    Thank you for the tip, it worked 🙂

    Regards,
    Robert

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Robert,

    thanks for the question, and thanks to Cristi for proving the answer!

    Yes, you can use that ID based CSS selector, or use the general class based selector to have this apply to all search boxes automatically:

    .dataTables_filter {
      margin-bottom: 10px;
    }

    Regards,
    Tobias

    Hi Tobias,

    Thanx again for the excellent support you provide 🙂

    Regards,

    Robert

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Robert,

    no problem, you are very welcome! 🙂

    Best wishes,
    Tobias

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Space under search box’ is closed to new replies.