Home Forums Basel support forum Limit all product titles in one line

Limit all product titles in one line

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #69476

    Baxo
    Participant

    Hi
    I want to make product titles shorten in one line, can you help me with this?
    Thank you in advance

    #69529

    Hello,

    This is possible with custom CSS and the title will be cut. If you accept that, add this code to Theme Settings > Custom CSS:

    .product-grid-item .product-title {
        max-height: 27px;
        overflow: hidden;
    }

    Best Regards

    #69540

    Baxo
    Participant

    Thank you so much

    #69549

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Limit all product titles in one line’ is closed to new replies.