• Resolved horsmanzach

    (@horsmanzach)


    Hello, first I just want to say thank you for this great search form plugin.

    I am trying to incorporate this search form in a sticky menu found on the bottom of the screen. How would I be able to flip the search results so they scroll upwards rather than downwards? Any tips are greatly appreciated, thank you

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.

    There is no plugin option to achieve this but could you please share the page URL from your site where it is displaying so that I can help you to achieve it?

    Best regards,

    Thread Starter horsmanzach

    (@horsmanzach)

    Thanks for the reply,

    The site is https://david.magnaprototype.com. I would like the search results to scroll upwards for the search bar located at the bottom

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    You can try achieving 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

    div#is-ajax-search-result-47499 {
        margin-top: -250px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make search results show upwards instead of dropdown’ is closed to new replies.