• Resolved kutaahya

    (@kutaahya)


    I want to make the search box great. the big box looks comfortable. result comes out with search.

Viewing 5 replies - 1 through 5 (of 5 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 kutaahya

    (@kutaahya)

    sory. I m sen email.

    thank you.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the email.

    To make the search field bigger, I recommend to add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    
    #tablepress-4_filter {
        text-align: center;
        width: 100%;
        font-size: 28px;
    }
    #tablepress-4_filter input {
        font-size: 28px;
        font-weight: bold;
    }

    Unfortunately, I don’t know a way to make the table load faster. It simply takes time for the JavaScript code to run in the browser.

    Regards,
    Tobias

    Thread Starter kutaahya

    (@kutaahya)

    if it is the same on all tables. all of them are great. There is only one code. all tables are large in the search box.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    to have this for all tables, you can use

    .dataTables_filter {
        text-align: center;
        width: 100%;
        font-size: 28px;
    }
    .dataTables_filter input {
        font-size: 28px;
        font-weight: bold;
    }

    Regards,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘large search box’ is closed to new replies.