Tagged: mobile
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
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
Hi Ismael,
yes this one looks good now, but pls see the pic below (team and truck)
thx & best regards Tilman
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