Home Forums WoodMart support forum Three lines on product title

Three lines on product title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #385409

    cesaicumpar
    Participant

    Hello! On Theme Settings I can only set one, two, or no limit of lines on the product title. How can I set it to three lines on mobile and two lines on desktop? https://imgur.com/a/nRVNaIr

    #385591

    Luke Nielsen
    Keymaster

    Hello,

    You can try to add the below code to the “Custom CSS for mobile” area that is in Theme Settings -> Custom CSS, it will help you to show 3 lines on the mobile.

    [class*="title-line-"] .product-grid-item .wd-entities-title {
        max-height: 46px !important;
    }

    If there’s anything else we can do, please get in touch.

    Kind Regards

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