• Resolved NBH707

    (@nbh707)


    The default behavior when the search box is set to slide on a menu is to slide to the left. How can I switch it to slide to the right?

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.

    Could you please share your site URL where it’s displaying so that I can help you to achieve it?

    Best regards,

    Thread Starter NBH707

    (@nbh707)

    Thanks Vinod-It’s under development but here it is: https://genestoteens.com/

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    You can slide it to the right by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

    body .is-menu.full-width-menu form, 
    body .is-menu.sliding form {
        left: 0;
        right: auto;
    }
    
    .is-menu .search-close {
        right: auto;
        left: -22px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I make it slide to the right’ is closed to new replies.