• Resolved johnnyhosk

    (@johnnyhosk)


    HI, I have set buttons to align but they are not doing so. Am I missing something?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @johnnyhosk,

    Thanks for reaching out.

    The issue you are facing is because of the long product name which causes line breaks. To handle this, can you try using this CSS in your theme’s additional CSS section (Appearance > Customize > Additional CSS) and check?

    .wt-related-products .carousel-wrap .woocommerce-loop-product__title{
    	white-space: nowrap;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	max-width: 400px;
    }
    Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @johnnyhosk,

    This thread has been inactive for a bit, so we are going to mark it as Resolved now. Please feel free to open a new thread or follow-up if you have any further questions or still need help.

    Thread Starter johnnyhosk

    (@johnnyhosk)

    Apologies for not responding…thanks for the bit of code, buttons align perfectly now, thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Buttons not aligning’ is closed to new replies.