Multiple Row product tittle ..How can i move it to single row

https://glichkart.myshopify.com/

This is PageFly - Free Landing Page Builder.

To move it into single row, there are 2 way for you
1 is you can use an effect like this :

Here is the code for you to achieve it

.card__heading.h5 a {
white-space: nowrap;
    width: 244px;
    overflow: hidden;
    text-overflow: ellipsis;
}

Another way is you have to reduce the font size and the keyword
Hope this can help you solve the issue

Best regards,

PageFly