Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • sky Friend
    #1027071

    How to add css to keep all images in mobile having the same height?

    Pankaj Sharma Moderator
    #1027075

    Hi
    Images are using 100% width and the height is auto.
    If you will add a min-height it will also effect the width of images.
    You can try below code in custom.css file to test this

    @media(max-width:468px) {.com_virtuemart div[class*="-view"] .row .vm-col .browseProductImage
    {min-height:60px!important;}
    }

    Regards

    sky Friend
    #1027078
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1027079

    Hi
    I am sorry my mistake, please replace min-height to max-height and it will work.

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum