aliniere


in the photo below you can see that the name of the product is not automatically reduced to 2 lines and for certain products it pushes the price down

How can I align the prices?

Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    Thanks

  • gaget4u.ro

  • Please use the following CSS code:

    .shop_slider .slick-slide .desc h4 a{
     -webkit-line-clamp: 2!important;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     overflow: hidden;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

  • thanks, it worked.

    But only for the front page

    see foto


  • Please also use the following CSS code:

    .products .product h4 a{
     -webkit-line-clamp: 2!important;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     overflow: hidden;
    }
    

    If it does not work, please send me a link to a page where you want to use it.


    Thanks

  • it worked.

    Thank you very much

Sign In or Register to comment.