Home Forums WoodMart support forum Products – ATC button

Products – ATC button

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

    Csaba9923
    Participant

    Hello,

    Sometimes my product’s name display in 2 lines on mobile and therefore the ATC buttons aren’t at the same line.

    Attachments:
    You must be logged in to view attached files.
    #348396

    Luke Nielsen
    Keymaster

    Hello,

    In such cases, we have the “Product title lines limit” option (that is situated in Theme Settings -> Product archive -> Product styles) which may limit the title on 1 line.

    https://gyazo.com/22778ae9f893241cdfc4373122539c96

    If I can be of service at any point in the future, please don’t hesitate to reach out. I will be happy to help you.

    Kind Regards

    #348421

    Csaba9923
    Participant

    Thanks, but it just cut the lower part of the title.

    Do you have any further suggestion?

    Attachments:
    You must be logged in to view attached files.
    #348575

    Luke Nielsen
    Keymaster

    Hello,

    We’ve reviewed the situation and concluded that you can limit the title’s line by below custom CSS code. Paste the code to the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .product-grid-item .wd-entities-title {
        min-height: 35px;
    }

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

    Kind Regards

    • This reply was modified 2 years, 3 months ago by Luke Nielsen.
Viewing 4 posts - 1 through 4 (of 4 total)