This topic has 6 replies, 2 voices, and was last updated 4 years, 5 months ago ago by Rose Tyler
Hello,
How do i make the parallax effect work on mobile? thanks.
Hello,
Please provide URL and temporary wp-admin access.
Regards
Add this code in Theme Options > Theme Custom CSS > Global custom CSS:
@media only screen and (max-width: 768px) {
.mpc-parallax-wrap .mpc-parallax:before{
background-attachment: fixed !important;
}
}
Regards
Thank you!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up