• All search results for me without an image are appearing above where they should. In the page I linked it shows text results appears above but should be centered vertically to match the other results. Is there a way I can vertically center all results without images so it doesn’t look messy? Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Try adding the below code to the Customize > Custom CSS section to fix it –

    .search .elementor-post__thumbnail {
        display: none;
    }
    .search a.elementor-post__thumbnail__link.no-lightbox {
        margin-bottom: 0 !important;
    }
    Thread Starter specotech

    (@specotech)

    That did align the titles but removed the thumbnails. Is there a way I can keep the thumbnails but just have the post titles lowered to align with the titles of the products? Thanks!

    The site link is not working anymore. Can you share the correct link so that I can provide the correct code?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need to make sure all search results are centered vertically’ is closed to new replies.