Repositionning AJAX results

Ivory Search Forums Support Repositionning AJAX results

Tagged: 

Viewing 3 reply threads

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

  • Author
    Posts
    • #3186
      qwfnukl
      Participant
      • Topics: 1
      • Replies: 1

      Hi,

      I’m trying to move the ajax search results to align to the right end (instead of the left) of my searchbox but I can’t seems to be able to do it.
      Is it possible?

      Thanks!

      Attachments:
      You must be logged in to view attached files.
    • #3190
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

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

      Could you please share the page URL from your site where it is displaying so that I can help you?

      Best regards,
      Ivory Search Support

    • #3193
      qwfnukl
      Participant
      • Topics: 1
      • Replies: 1

      Hi,

      The URL is the following: https://warehousevape.com/?bypass_=1

      Thanks

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

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

      @media (min-width: 800px) {
      div#is-ajax-search-result-97 {
          margin-left: -160px;
      }
      }
Viewing 3 reply threads

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