Size of featured image in search drop down

Ivory Search Forums Support Size of featured image in search drop down

Viewing 3 reply threads

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

  • Author
    Posts
    • #4428
      jwhit16
      Participant
      • Topics: 1
      • Replies: 1

      I’ve recently added images to the ajax menu so that a featured image is displayed next to the Page title. Is it possible to resize this image? I’d like the height of the image to be the same as the line height of the search bar, so that it is no taller than the page title itself. Is there CSS I can use for this?

    • #4438
      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

    • #4439
      jwhit16
      Participant
      • Topics: 1
      • Replies: 1

      https://gigsharks.com

      Please search “albuquerque” in search bar, this is the only page that I have given a featured image.

    • #4445
      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

      .is-ajax-search-result .is-search-sections .left-section .thumbnail,
      .is-ajax-search-result .is-search-sections .thumbnail img {
          max-width: 30px;
      }
Viewing 3 reply threads

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