• How to change the size of the search bar icons?

    I would like to increase the size of the icons in the search bar (SEARCH SETTINGS BUTTON, CLOSE and MAGNIFIER).

    And if possible, the space between them, prioritizing better usability on mobile devices.

    Thanks in advance!

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

    (@wpdreams)

    Hi,

    Well, the only option is to use custom CSS for that, but I am not sure how effective that is. You can try something like:

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

    All the best,
    Ernest

    Thread Starter doctorbr

    (@doctorbr)

    Thanks for answering, but I couldn’t make it work.

    Anyway, congratulations on the great plugin.

    Plugin Author wpdreams

    (@wpdreams)

    Thank you for your kind words.

    Let me know if there is anything specific, I am more than happy to help.

    All the best,
    Ernest

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change the size of the search bar icons?’ is closed to new replies.