Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #303169

    I add quick css to have the same widht box :

    ul.products li .thumbnail_container {
    max-height: 167px;
    }

    and

    ul.products li .inner_product_header {
    min-height: 135px !important;
    }

    It’s OK on Mac, and on iPhone.
    But on homepage iPad, it don’t works !!

    Thanx

    #303198

    Hey fundance!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 1140px) and (min-width: 990px) {
    .inner_product { min-height: 362px; }}
    @media only screen and (max-width: 989px) and (min-width: 769px) {
    .inner_product { min-height: 430px; }}

    Best regards,
    Yigit

    #303393

    Don’t works for me !!
    Sorry !
    – don’t works on iPad
    – don’t works on mini iPad

    Best regards

    #303548

    Hi!

    Thank you for the update.

    Please add this at the very bottom of Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .shop_columns_4 .products .product {
    width: 49% !important;
    }
    }

    Regards,
    Ismael

    #303586

    OK It works !
    Good job and support !

    Many thanx
    Best regards

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Incredible widht !’ is closed to new replies.