• Resolved bhull

    (@bhull)


    I’d like to expand the vertical height of the search box. How do I do this — I don’t see this setting in the options.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi!

    Indeed there is no option for that, but with a small custom CSS snippet you can actually do it:

    div[id*='ajaxsearchlite'].wpdreams_asl_container,
    div[id*='ajaxsearchlite'].wpdreams_asl_container .probox,
    div[id*='ajaxsearchlite'].wpdreams_asl_container .probox input,
    div[id*='ajaxsearchlite'].wpdreams_asl_container .probox>div {
        height: 60px !important;
    }

    This will change it’s height to 60 pixels, but you can of course change that number to anything.

    Thread Starter bhull

    (@bhull)

    Perfect. Resolved. Thanks for the quick reply!

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

The topic ‘Edit Search Box Size’ is closed to new replies.