Hi!
I would like to see a whole picture in the background and a text in front.
For this, I have used a colour section.
On my computer everything ist fine, but on mobile version, the picture is not completely visible.
May you could help me?
Thanks a lot.
Patrick
May anyone could help me, please?
Hi,
use this code for iPhone screen size:
@media only screen
and (max-width: 736px) {
.av-parallax-inner.main_color.avia-full-stretch {
background-position: -96px 100px !important;
background-size: 119% 100% !important;
}}
and adjust as needed.
For more information about media queries: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Best regards,
Andy