Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #686797

    Hi,
    i have i problem bc i have the parallax background and i want to start it at “center center” and it works on pc, but as i found on mobile it doesn’t work and image start and bottom and it’s fixed… can i change position of it to center or top? O.o

    #687842

    Hi SzymonDomagala!

    Thank you for using Enfold.

    The background position of the parallax container is still set to “center center” on mobile view. Could you please provide a screenshot of the issue? Or you can try this in the Quick CSS field but I’m not sure if it is going to make any difference:

    @media only screen and (max-width: 767px) {
         .av-parallax-inner {
             background-position: top center!important;
         }
    }

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.