23 hours ago, endriu107 said:You have text-overflow: ellipsis; thats why there is 3 dots.
Hi Endriu, thank you very much for the answer. I found This in the Theme/assets/css/theme.css:
.products .product-title {
text-transform: capitalize;
display: block;
margin-bottom: 5px;
color: #888888;
font-weight: 500;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
I changed the text-overflow in clip and the white-space in normal and it worked!