Okay
  Public Ticket #1325696
Responsive parallax
Closed

Comments

  • revstudiocol started the conversation

    Hi!

    I have a problem with parallax in mobile devices.

    How can i turn off parallax effect in these devices?

    (Only shows the frozen image)

    Thanks!

  •  2,005
    Ocean replied

    Hi,

    Please go to Appearance > Customize > Miscellaneous > Custom Code

    Add css code:

    @media only screen and (max-width: 767px){
        section.parallax{ background-attachment: inherit; }
    }