test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • marinolab Friend
    #203073

    Because I am using a different system news I have a problem with the images in home page.
    If you reduce the screen until a small responsive layout, you get a deformation of thumbnails.

    Can I correct or eliminate the images from this layout?

    Eragon H Friend
    #556728

    If you want to correct the images, add this code to the root/templates/purity_iii/css/custom.css


    @media (max-width: 991px)
    .mfp-img-left {
    width: auto !important;}
    }

    If you want to hide in mobile/tablet layout


    @media (max-width: 991px)
    .mfp-img-left {
    display: none !important;}
    }

    marinolab Friend
    #556954

    I tried both but it does not work

    Eragon H Friend
    #557091

    There is missing “{” at the line
    @media (max-width: 991px)
    It should be

    @media (max-width: 991px){
    .mfp-img-left {
    width: auto !important;}
    }

    I tested in your site and it’s working


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

This topic contains 4 replies, has 2 voices, and was last updated by  Eragon H 9 years, 12 months ago.

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