How can I fix overlapping words in my search bar?

Hi,

In my search bar I get overlapping words. How can I fix that in the editor?

my website:

www.olympus-training.shop

template:

https://www.templatemonster.com/shopify-themes/body-builder-sport-nutrition-shopify-theme-69649.html

Hello @Jay_Olympus ,

Here is the code you can try. I hope it useful-

Go to the Online Store-> Theme-> Edit code-> Assets> theme.css → Add code at the bottom.

.search_results__name {
	line-height: 20px;
}
1 Like

Thanks, that worked!