• Resolved desci

    (@desci)


    Hello,

    Is it possible to move the search box to the very left of the table or center it over the middle table instead of having it all the way at the right?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, this is possible with CSS code. Moving it to the left is e.g. possible with this:

    .dataTables_filter {
    	float: none;
    }

    Just add that to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress.

    Regards,
    Tobias

    Thread Starter desci

    (@desci)

    Awesome, thank you very much!

    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 ‘Move search box’ is closed to new replies.