Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #535551

    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.

    #537101

    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

    #538443

    Hi Rikard,

    We are still seeing the issue. It happens when the screen resolution is >767px and < 989px.

    Thanks,

    Karthik

    • This reply was modified 9 years ago by anilpad7.
    #538792

    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

    #538903

    Hi Rikard,

    I’ve created an account for you to access the website.

    #540569

    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

    #540820

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Container size in IPAD view’ is closed to new replies.