Okay
  Public Ticket #1493855
Parallax effect
Closed

Comments

  • George started the conversation

    Hello! How can I switch off the parallax effect for the hero image, when the portfolio elements load with AJAX? I would like to have the same fixed hero image that I have when the portfolio elements are loaded without AJAX. Can you please provide me a CSS code for that! Thank you very much!

  • George replied

    Can you please, help me to solve my issue? The parallax effect works quite bad on mobilephone, so I would like to disable it! Thank you very much!

  •  1,810
    Support replied

    Hi George, just to let  you know we forwarded your request to our web designer, you should get an answer back shortly.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • George replied

    Thank you very much, I am waiting for your reply!

  •  1,810
    Support replied

    Hi,

    A foxed position will overlap the project next image at bottom of the page.

    You can have a relative position which will disable the parallax image effect. For this please add this in Theme Options > Custom CSS:


    #hero-styles {
        transform: translate3d(0px, 0px, 0px) !important;
    }


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy