How can I set the height of the search results so if the page displayed doesnt have any description (Page rather than product) they dont clash into each other …
Hi richardelectrix!
Add this to your custom CSS.
.search article {
min-height: 100px;
}
Cheers!
Elliott
Perfect thanks.