Home Forums WoodMart support forum Product title lines limit

Product title lines limit

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #558634

    Alprio
    Participant

    Hello,

    can you provide me a css or a solution to have3 lines instead of 2 ? i want the grid to be even and have 3 lines cause titles are long.

    Thanks !

    #558865

    Hello,

    Navigate to Theme Settings > Product Archive > Product Styles > Product title lines limit. Set the number of product title lines if it does not fit on one line. https://ibb.co/2kztmN5

    Best Regards.

    #558869

    Alprio
    Participant

    hey ,
    I need three lines. it has one line – two lines and none.
    none makes grid uneven .
    I need 3 lined fixed..

    Thank you

    #558912

    Hello,

    Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .product-grid-item.wd-product .wd-entities-title {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; /* Number of lines to show */
      overflow: hidden;
    }

    Best Regards.

    #558924

    Alprio
    Participant

    thank you.
    Can somehow make stock even ?

    #558973

    Hello,

    Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .product-grid-item.wd-product .wd-entities-title {
       height: 40px !important;
    }

    Best Regards.

    #559060

    Alprio
    Participant

    Hey ,

    Thank you it works!

    #559064

    Sounds Great! that your issue has been solved.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Product title lines limit’ is closed to new replies.