Change How Search Results Appear

https://vitalitycbd.com/?s=cbd+salve

Above is a link example of how our search results appear on our website.
Is there a way to tile these results? Or to make them appear as a gallery?
Right now everything appears in a horrendous looking full-width format.

Thanks!

Vitality CBD

Hi,

I’m sorry, this isn’t supported out of the box. We’ll open a feature request so it can be considered for future development.

The best we can do for now is reduce the size of the featured image and have it appear on the left side.

Please add the code below in Theme Options > CSS

.search.search-results .entry-featured {
    width: 25%;
    float: left;
    margin-right: 30px;
}
.search.search-results .entry-wrap {
    padding-top: 0;
}

Hope that helps

That’s a shame, thanks for the help and the code you were able to provide.

You’re welcome! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.