• Resolved Ganesh

    (@manoj-hp)


    How to stop parallex background scrolling in mobile displays.. or say smaller displays..and i want it to just show as a normal background.. my website sbrtgroup.com
    thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author MageeWP

    (@magictheme)

    Your site has too much effect, I can’t visit it normally in mobile and I can’t see the background in mobile. Advice not use so much effect in one page.
    Even I can’t visit your site normally, I can give the codes below, notice add other section#ID in it as you want.

    @media screen and (max-width: 480px) {
     section#brands {
        background-attachment: scroll!important;
      }
    }

    Thread Starter Ganesh

    (@manoj-hp)

    Great Works Fine on all my sections.. and my website loads fine from my side, check it once again.. well thank u for help:)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stop Parallaex scrolling on mobile’ is closed to new replies.