Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    yes, for that you need to make the width of the “entries” dropdown smaller and the width of the “search” area wider, e.g. with this “Custom CSS”, which you must paste into the textarea on the “Plugin Options” screen:

    #wp-table-reloaded-id-1-no-1_length {
      width: 33%!important;
    }
    #wp-table-reloaded-id-1-no-1_filter {
      width: 65%!important;
    }

    Best wishes,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-Table Reloaded] Search Text Line’ is closed to new replies.