Okay
  Public Ticket #969597
Search Box size
Closed

Comments

  •  2
    alfakih started the conversation

    Hi,

    on the top of the page there is the search box, now on the mobile windoes view, the search box get out of view site, look at the attached screen shot for illustration. 

    How would I fix that?

    Thank you

    Shehab

  • [deleted] replied

    Hi alfakih,
    Thank you for your purchase.

    You can add this CSS to wpDataTables Custom CSS field on wpDataTables settings page:

    @media only screen and (max-width: 330px) {
    input[type="search"] {
            width: 140px !important;
        }
    }
    
  •  2
    alfakih replied

    Thank you very much, it works

  • [deleted] replied

    Hi alfakih,

    You are welcome. We'd greatly appreciate it if you could take a minute and leave a review on CodeCanyon on this link. Thanks! 

  •  2
    alfakih replied

    I did left a good review with 5 stars

    Thank you