Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #996618

    Hi,

    I opened this ticket before https://kriesi.at/support/topic/align-prodcut-list-description/ and didn’t get a solution for it.

    On the page the description really screws the page look, I tried to do max-hight to make them all the same hight but when I insert it in the quick css it does not work.

    Is there a solution for this?

    Thanks,
    Mohammad

    #996692

    Hey noyaholidays,

    Best regards,
    Victoria

    #996840

    Hi Victoria,

    https://prnt.sc/ki5ejk
    https://prnt.sc/ki5eqy

    I actually tried to cut the text to make it the same for all, but it does not align, so tried to give it max-height
    #top .av-catalogue-item {
    text-decoration: none;
    padding: 10px 5px;
    display: block;
    overflow: hidden;
    max-height: 480px;
    }

    But didn’t work

    Thanks,
    Mohammad

    #997080

    Hi Mohammad,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av-catalogue-container.av-catalogue-container-woo .av-catalogue-list li {
        min-height: 430px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #997100

    Hi Victoria,

    Thanks for answering :)

    I tried it but it does not make any change.

    min-height: 430px;

    I guess i need max-height no? I tried it as well and didn’t work

    Thanks,
    Mohammad

    #997487

    Hi noyaholidays,

    The code I gave you makes the elements taller and so, the text does get cut, there is a bit more whitespace at the bottom, but at least they are aligned.
    Image 2018-08-15 at 11.17.07.png

    Which screen size are you looking at?

    Best regards,
    Victoria

    #997540

    Hi,

    Strange, I used it, did hard reload but still get the same results. I am using Mac Book Air 1152*720 resolution.

    Thanks,
    Mohammad

    #998010

    Hi Mohammad,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.