• Resolved ariadna1

    (@ariadna1)


    My website has many blocks consisting of text and images; however, the structure is lost in the mobile version primarily because the images appear cropped, and only a thin strip is visible. I would like it to look just like it does on the computer, but I don’t know how to achieve that. I thought it might be because the images were heavy, but compressing the images didn’t make a difference.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @ariadna1,

    Thanks for choosing Neve and for reaching out to us!

    Please add the code below in the Additional CSS section within the Customizer to properly display the images on mobile as well.

    @media(max-width: 768px) {
    .elementor-column {
    min-height: 200px !important;
    }
    }

    Have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘Cropped images on mobile version.’ is closed to new replies.