Product Descriptions Being Cut Off

I am hoping someone can help.

On my import file i am using both 'Short description' and 'Description'. The Short description is being used on the view on the homepage (see attached).

For some reason the text is being cut off so was wondering if there was a fix for this without reducing the text in the import file? There seems to be a lot of white space in the box itself.

Thanks

Rasied on forum.jpg

Looks like it is CSS limit. Please share URL of this page so that we can check it

www.firesleeveusa.com

For example, you can add the following code to the CSS section of the Theme editor

.ty-grid-list__item-name .product-title {
    height: 53px;
}

https://prnt.sc/1zakaw5

Thank you, I will give that a go

Hi,
I have tried to update with the 'height' but it doesn't seem to save the update.
.ty-grid-list__item-name .product-title {
display: block;
color: #8c8c8c;
word-wrap: break-word;

I have tried to update with the 'height' but it doesn't seem to save the update.

Try to clear cache

I tried that and it still hasn't worked.

Just checking i am updating it in the correct place. I am going through Theme Editor>Conver to CSS

Is the data in short_description.cs_cart_product_descriptions truncated? Or is it what you expect it to be? I don't think CSS would have anything to do with an import. of data.

I tried that and it still hasn't worked.

Just checking i am updating it in the correct place. I am going through Theme Editor>Conver to CSS

No, you should select CSS in the CUSTOMIZE selectbox and add code there

https://docs.cs-cart.com/latest/user_guide/look_and_feel/themes/theme_editor.html#custom-css

Perfect, that has worked.

Thank you