• Resolved horo63

    (@horo63)


    Hello.
    How to slightly move the mobile search icon from the right edge of the top menu. The icon is placed on the panel only halfway.

    https://ibb.co/v1t9MGJ

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

    (@vinod-dalvi)

    I hope you are well today and thank you for your question.

    You can achieve this by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Admin Area -> Ivory Search -> Settings -> Settings

    body > .is-menu-wrapper {
        top: 8px;
        right: 20px;
    }

    Best regards,

    Thread Starter horo63

    (@horo63)

    Thank you very much

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    You are always welcome here ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The icon is shifted in the mobile version’ is closed to new replies.