Hi,
In my search bar I get overlapping words. How can I fix that in the editor?
my website:
template:
https://www.templatemonster.com/shopify-themes/body-builder-sport-nutrition-shopify-theme-69649.html
Hi,
In my search bar I get overlapping words. How can I fix that in the editor?
my website:
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;
}
Thanks, that worked!