Okay
  Public Ticket #2233351
Parallax
Closed

Comments

  • citizenwhy started the conversation

    Hi! How do I make backgrounds and images parallax with this theme? Is the parallax mobile/tablet responsive?

    Thank you!

  •  675
    Neuron replied

    Hi,

    By default Elementor disables the image parallax on mobile and tablet for speed and other reasons, if you want to enhance it and add parallax effect on tablets and mobile, please do as following.

    1. Add an extra class to the section you want to make it parallax on mobile & tablet. https://prnt.sc/q5zqwr
    2. Go to Appearance > Customize > Additional CSS and add the following style.
    @media (max-width: 768px) {
        .the-extra-parallax {
            background-attachment: fixed !important;
        }
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.