On our AboutUs page (see link below) in IPAD view, it looks like the container size is not being set correctly for some of the images.
Hey anilpad7,
Sorry for the late reply. I couldn’t see any real issues on the page you linked, did you manage to work it out? If not then please post screenshots highlighting the issue and we’ll have a closer look.
Regards,
Rikard
Hi Rikard,
We are still seeing the issue. It happens when the screen resolution is >767px and < 989px.
Thanks,
Karthik
Hi,
Thanks for the screenshots, could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hi Rikard,
I’ve created an account for you to access the website.
Hey!
I’m not sure why the columns are acting that way in our installation. Did you add any modifications or edit any template files? Please add this in the Quick CSS field:
@media only screen and (max-width: 989px) and (min-width: 768px) {
div .av_one_fourth.first {
margin-left: 0;
width: 48%;
float: left;
}
}
Regards,
Ismael
Hi Ismael,
We looked at our changes and we are not sure what is causing this issue. But after adding your CSS code, the pictures are displaying properly.
Thanks,
Karthik