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

    (@wpdreams)

    Hi,

    There is no option on the back-end in the free version, but you can still use custom CSS to achive that:

    .asl_m,
    .asl_m .probox,
    .asl_m .probox input,
    .asl_m .probox>* {
        height: 44px !important;
    }

    All the best,
    Ernest

    Thread Starter cajubaena

    (@cajubaena)

    OK thanks, works great but the search spinner is distorsioned.

    Plugin Author wpdreams

    (@wpdreams)

    Indeed, try this variation instead:

    .asl_m,
    .asl_m .probox,
    .asl_m .probox input,
    .asl_m .probox>*:not(.proloading) {
        height: 44px !important;
    }
    
    div.asl_m .probox {
        align-items: center;
    }

    All the best,
    Ernest

    Thread Starter cajubaena

    (@cajubaena)

    Perfect!

    Plugin Author wpdreams

    (@wpdreams)

    Great!

    I will mark this topic as resolved then. Feel free to rate the plugin if you like it, it’s greatly appreciated!

    All the best,
    Ernest

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Height of Input form’ is closed to new replies.