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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter Roboc

    (@roboc)

    Sorry for the late reply. Here is a link to the table im talking about http://animefiller.com/

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the link!

    To reposition the “Search” field, please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    #tablepress-24_filter {
        float: none;
        width: 50%;
        margin: 0 auto;
    }
    #tablepress-24_filter input {
        margin: 0 0 0 10px;
        width: 100%;
    }
    #tablepress-24_filter label {
        width: 100%;
    }

    Regards,
    Tobias

    Thread Starter Roboc

    (@roboc)

    Wow that was fast. I worked! Can i remove the ‘search:’ (preferable) text or have it placed above the input. If i can please let me know how 🙂

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    to remove the “Search” text, you can use the TablePress Extension from
    https://tablepress.org/extensions/change-datatables-strings/

    If you want to place it above the input field, please use this “Custom CSS” instead of that from above:

    #tablepress-24_filter {
        float: none;
        width: 50%;
        margin: 0 auto;
    }
    #tablepress-24_filter input {
      margin: 3px 0;
      width: 100%;
      display: block;
    }
    #tablepress-24_filter label {
        width: 100%;
    }

    Regards,
    Tobias

    Thread Starter Roboc

    (@roboc)

    Perfect thanks for your help

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change the search box location and size’ is closed to new replies.