This topic has 4 replies, 2 voices, and was last updated 7 years, 6 months ago ago by Rose Tyler
Hi,
Is it possible to enable the parallax effect on mobile like on desktop? For example on the homepage demo 6 or any other parallax.
Regards,
legend7
Hello,
Unfortunately, parallax effect can’t be enabled on mobiles.
Regards,
Rose Tyler.
Hey,
Parallax effect works on mobile. Fixed background not working.
Thanks.
Hello,
Try to add this code in Custom css:
@media (max-width: 480px) {
.et_section.parallax-section {
background-attachment: fixed !important;
}
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up