• Resolved madhavadasa

    (@madhavadasa)


    I had inquired about how to center the images in my footer when viewed on mobile. I was given the following code. It centers the image, however the top image (image-102) which is 1075px now looks squashed. How to adjust so it displays in the proper proportion of height to width ?

    img.size-full.wp-image-102.aligncenter {
    width: 100%;
    }

    @media (max-width:320px)
    {
    img.aligncenter.size-full.wp-image-382 {
    width: 100%;
    }

    }

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to adjust image height ?’ is closed to new replies.