Positioning the search results box

Ivory Search Forums Support Positioning the search results box

Viewing 3 reply threads

You must be logged in to create new topic or reply to the topic.

  • Author
    Posts
    • #11511
      proecorp
      Participant
      • Topics: 1
      • Replies: 1

      Hey guys!

      Would it be possible to position the search results box above the search field?

      I placed the search field in the footer of the page (mobile only), but performing a search, the search result box is displayed below the footer (and the result cannot be seen).

      Our page – Test on mobile

      Home

      Thank you.

      Anderson

    • #11517
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      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

      @media screen and (max-width: 910px){
          #is-ajax-search-result-2517,
          #is-ajax-search-details-2517 {
              top: auto !important;
              bottom: -175px !important;
          }
      }

      Best regards,
      Vinod Dalvi

    • #11520
      proecorp
      Participant
      • Topics: 1
      • Replies: 1

      Hi Vinod,

      thank you very much! It worked fine!

      Best regards,

      Anderson

    • #11535
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      You are always welcome, I’m glad I was able to help you with this matter. There is no obligation but by your kind words I wonder if I could trouble you to leave a review based on this experience here:

      https://wordpress.org/support/plugin/add-search-to-menu/reviews/?filter=5

      I’d really appreciate that. 🙂

      And if I can be of any further assistance please don’t hesitate to ask.

Viewing 3 reply threads

You must be logged in to create new topic or reply to the topic.