• Resolved li190684

    (@li190684)


    I need the “Tables_filter label input” for all width (100%)
    Please, help me…

    It’s don’t work:

    .dataTables_filter label input {
    width: 100% !important;
    }

    But it’s work

    .dataTables_filter label input {
    width: 300px;
    }

    I want that width will 100%…

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Please try this:

    .dataTables_filter {
    	float: none;
    }
    .dataTables_filter label {
      display: block;
    }
    .dataTables_filter label input {
      width: 100%;
    }

    I also suggest to remove the

    .dataTables_wrapper .dataTables_filter input {
    	margin-left: .5em;
    }

    Regards,
    Tobias

    Thread Starter li190684

    (@li190684)

    Thank You! Thank You very much!!! All work!

    Plugin Author TobiasBg

    (@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 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Width “Tables_filter label input”’ is closed to new replies.