• Resolved christian1081

    (@christian1081)


    Hello,

    the magnifier icon in search box is slipped down. No matter which theme I have chosen, the magnifier icon is not fully displayed or not displayed at all.

    It seems that the part of the line where the magnifiert icon is located is too high. How can this be modified

    https://paste.ee/p/else7

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

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

    (@wpdreams)

    Hi,

    It looks like only a minor CSS conflict, where a minimum height is set for every button via the theme CSS, you can resolve it via this custom CSS:

    button.promagnifier {
        min-height: unset;
        font: initial;
    }

    All the best,
    Ernest

    Thread Starter christian1081

    (@christian1081)

    Hi Ernest,

    Thank you. Now it looks good.

    Best regards, Christian

    Plugin Author wpdreams

    (@wpdreams)

    You are very welcome ??

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

    All the best,
    Ernest

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Magnifier icon in search box slipped down’ is closed to new replies.