Search bar - Title of Products being cut

Hello to everyone, I’m building a websites called fooditalyworld.com and all the title of products are being cut when i try to search in the search bar .

how can I resolve this problem and be shown full? I have tried do some research and I have seen that someone put codes of css, but where?

Thank you, Thanks in advance

1 Like

Can you share your password @FoodItalyWorld

Yes, password is : cane1234!

1 Like

Updating Media

  • Then find the base.css or theme.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
.search-results .title {
    width: 100%;
    white-space: break-spaces !important;
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
1 Like