• Resolved sergis

    (@sergis)


    Hello! If any solution for search box to make height little bit lower and make bigger Search text?

    Thank you!

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

    (@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 sergis

    (@sergis)

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the link! For this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .dataTables_filter input {
    	padding: 0px 6px;
    	font-size: 24px;
    }

    Regards,
    Tobias

    Thread Starter sergis

    (@sergis)

    Thank for that, but can i make this search box shorter and text before search box little bit bigger. I mean “Search:”

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    then try this maybe:

    .dataTables_filter label {
        font-size: 24px;
        font-weight: bold;
    }
    .dataTables_filter label input {
        padding: 0 6px;
        font-size: 24px;
        width: 200px;
    }

    Regards,
    Tobias

    Thread Starter sergis

    (@sergis)

    Big thanks Tobias. Works fine for me. Have a good evening.

    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 7 replies - 1 through 7 (of 7 total)

The topic ‘Search Box’ is closed to new replies.