• Resolved page52

    (@page52)


    Hello, loving your plugin, thank you!
    Quick question – I managed to center the search form but is there a way to center the ajax search results with CSS? Can’t seem to get it to work.

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

    (@vinod-dalvi)

    I hope you are well today and thank you for your kind words.

    Sure, I can try to center the AJAX search results using CSS.

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

    Best regards,

    Thread Starter page52

    (@page52)

    Thank you Vinod; the URL is https://adreskitchen.com/recipes/

    Much appreciated!

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    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

    .recipe-search form.is-search-form.is-ajax-search {
        margin: 0 auto;
        display: table;
    }
    Thread Starter page52

    (@page52)

    This is perfect, thank you so much!

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    You are most welcome, I’m glad I was able to help you in 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://www.ads-software.com/support/theme/ruby/reviews/

    I’d really appreciate that. ??

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Center Ajax Search Results’ is closed to new replies.