• Resolved yeahhbaby

    (@yeahhbaby)


    Great plugin, am going to use this for upcoming projects as well.
    One question: Is there a possibility to edit the title length to get same height for all products, including those with short and those with long names?

    Any help wold be appreciated! Thanks and best regards,

    -Björn

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello

    Thanks for reaching here
    Please go to your theme folder and edit style.css and add the following CSS

    .wcpscwc-product-slider h2.woocommerce-loop-product__title {
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis; 
    }

    Thanks

    Thread Starter yeahhbaby

    (@yeahhbaby)

    Great! Thanks for your reply and your input. Have a great weekend and keep up the good work! 🙂

    Best regards,

    Björn

    Hello,

    If you like our plugin and support please share your review and rating

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Edit Title Length’ is closed to new replies.