• Hey Guys,

    I want to change the size of the Ajax Search Lite bar. I already tried CSS but the problem is that the CSS is not taking any affects…

    I already tried !important and also the selector tag. But it is not taking any affects…

    Can anyone tell me how I can make the Ajax Search Lite bar taller?

    Greetings and Thank You!

Viewing 1 replies (of 1 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi!

    Try this custom CSS:

    .wpdreams_asl_container .probox,
    .wpdreams_asl_container .probox > *,
    .wpdreams_asl_container .probox input {
        height: 60px !important;
    }

    It did the trick for me, hopefully it will work for you as well.

Viewing 1 replies (of 1 total)
  • The topic ‘Change size of Ajax Search Lite?’ is closed to new replies.