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.

    Yes, that’s possible:
    Just uncheck the “Length Change” checkbox on the “Edit” screen of the table.
    Then, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    #tablepress-123_filter {
      width: 100%;
    }
    #tablepress-123_filter input {
      width: 92%;
    }

    The 123 has to be changed to correct table ID (twice). Then, depending on your theme, you might have to play around with the value of 92%, to make everything fit.

    Regards,
    Tobias

    Thread Starter LukeJames3

    (@lukejames3)

    Thank you so much! It’s all working correctly, very helpful. ??

    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 ‘Full Width Search Bar’ is closed to new replies.