Hi,
i have i problem bc i have the parallax background and i want to start it at “center center” and it works on pc, but as i found on mobile it doesn’t work and image start and bottom and it’s fixed… can i change position of it to center or top? O.o
Hi SzymonDomagala!
Thank you for using Enfold.
The background position of the parallax container is still set to “center center” on mobile view. Could you please provide a screenshot of the issue? Or you can try this in the Quick CSS field but I’m not sure if it is going to make any difference:
@media only screen and (max-width: 767px) {
.av-parallax-inner {
background-position: top center!important;
}
}
Regards,
Ismael