• Resolved Spets24

    (@spets24)


    Hello!

    Could you please help me to fix the width size of the search for small screens.
    I have this code now and It works for wide and mobile screens, but it does not affect small screens like (11, 13, 15). Please help!

    @media(min-width: 768px){
    .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    margin-right: 500px !important;
    }
    
    .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    width: 100%!important;
    }
    }

    https://prnt.sc/137wexc

    https://prnt.sc/137wmcy

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

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘filter size’ is closed to new replies.