Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1202184

    Hi,

    I have problems with the representation of pictures and texts.

    Desktop:
    Text – image
    Text – image
    Etc.

    Mobile:
    Text – image
    Image – text (wrong)
    Text – image (would be correct)
    Etc.

    How can I change this?

    Best Regards
    Stefan

    #1202577

    Hi Stefan,

    Thanks for the screenshots. Could you post a link to where we can see the actual elements as well please?

    Best regards,
    Rikard

    #1203575
    This reply has been marked as private.
    #1204271

    Hi Stefan,

    Thanks for that. I see that you have duplicate ids, you have hello as the ID in the first two Grid Rows. Could you change one of them please? Otherwise we can’t target the CSS properly. We can do it for you but I wanted to ask first since I don’t want to mess anything up on your site.

    Best regards,
    Rikard

    #1204304

    Hi Rikard,

    I changed it.
    But that was only the side – we affected about us.

    Everything seems to be normal on the Business Coaching website.
    Although there is also the problem with the mobile arrangement.

    Thanks for changing!

    Best Regards
    Stefan

    #1204800

    Hi Stefan,

    Thanks for that. Please try this in CSS to check if it works for the über uns page:

    @media only screen and (max-width: 767px) {
    #av-layout-grid-2, #av-layout-grid-3 {
        display: flex;
        flex-flow: column;
    }
    
    #av-layout-grid-2 .flex_cell:first-child, #av-layout-grid-3 .flex_cell:first-child {
        order: 2;
    }
    }

    Best regards,
    Rikard

    #1204954

    Hi Rikard,

    no, it does not work.
    The first two pictures work and then there is a relatively large gap and then the text against picture-picture (very close to each other).

    It doesn’t look professional on the smartphone.

    I saw in the forum that this problem occurs more often, is there no general solution?
    Unfortunately, it is always annoying to deal with the customer for this reason!

    Unfortunately I had the problem with every demo version of you.

    Best Regards
    Stefan

    #1207526

    Hi,

    The order text – image, image text, … (or vice versa) in the mobile display does not match the desktop view.

    That is actually the expected layout of the cells on mobile view. The the cells or elements will just stack above each other and will not automatically switch in alternating position. One solution is to hide the cells with images and instead display an actual Image element above the text and have them display only on mobile view.

    Best regards,
    Ismael

    #1207531

    Hi,
    ok!

    Best Regards
    Stefan

    #1207559

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1207569

    Hi,
    yes, you can close.

    Best Regards
    Stefan

    #1207571

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Problems order image display mobile / desktop’ is closed to new replies.