• Resolved leonidasfs

    (@leonidasfs)


    Hello,

    I have install your plugin and it works great! However can you let me know how i can style the search area?

    What i want to do is to make the search area bigger!

    Thank you!

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    For this, you can use CSS code. For example, try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .dataTables_filter input {
      font-size: 20px;
      color: #ff0000;
    }

    Regards,
    Tobias

    Thread Starter leonidasfs

    (@leonidasfs)

    Hello,

    Thank you for your quick reply!
    What i meant is that i want to make the search area larger! The size of the entire search bar, not just the fonts!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    then, add something like

    .dataTables_filter input {
      width: 300px;
      height: 80px;
    }

    Regards,
    Tobias

    Thread Starter leonidasfs

    (@leonidasfs)

    Hello,

    thank you that worked fine, however it works only for height not width!
    No matter what i add to width the size remains the same! Do you have any suggestion?

    The URL is: https://track-platform.com/supported-devices/

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    please try adding the !important flag to raise the priority of this command:

    width: 410px !important;
    

    Regards,
    Tobias

    Thread Starter leonidasfs

    (@leonidasfs)

    Thank you it worked fine! Great support!

    Plugin Author Tobias Bäthge

    (@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 ‘Style search area’ is closed to new replies.