Tagged: search
When using the search box on the website, the results (in the first few lines) are overlaying on top of each other. How can I resolve this?
Thanks.
Hey Paul!
It seems that it is happening for only the first one and not the rest.
Can it be from any customisations that you have added, can you try to see if that happens in a clear installation?
Best regards,
Basilis
Yes, it’s 1 and 2 which is switched around…. I don’t think I did anything that would cause that. What do you mean a clear installation?
Hey!
Can you please explain what you mean, you switched them around?
Thanks a lot
Best regards,
Basilis
I did not switch anything around. I’m simply acknowledging what you noticed, that the 2 is before 1 in the search results, and they are overlapping.
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.search-results .tribe_events {
margin-top: 0 !important;
}
Let us know if this helps :)
Best regards,
Nikko
Thanks, Nikko. Looks good now…. Much appreciated…