Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1367591

    Dear team,
    on my draft page below pls look at the section “wer wir sind”

    The image in the left column is set higher – pls see setting attached.

    Issue: On mobile the text overlays the image

    -> How to fix? Your support is highly appreciated

    Thx a lot & best regards Tilman

    #1367656

    Hey Tilman,

    Thank you for the inquiry.

    We can’t see the same issue on our end. Please check the screenshot below.

    Screenshot: https://1drv.ms/u/s!AjjTfXSRbKTvyS6Wx14vIvCrKv51?e=IpXm19

    Did you adjust the layout?

    Best regards,
    Ismael

    #1367682

    Hi Ismael,
    yes this one looks good now, but pls see the pic below (team and truck)

    thx & best regards Tilman

    #1367737

    Hi,

    Thank you for the screenshot.

    You can try this css code to adjust the vertical position of the image on mobile view.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .avia-image-container.av-l6ukxndc-bb3b9200aa11837647f17aa41fa13969 {
        position: relative;
        top: 50px;
        z-index: 2;
      }
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.