Is there a way to change the pre-defined viewport sizes for the responsiveness of this theme? We found that the parallax backgrounds become disabled on the tablet. Is there a way to not change to mobile view until the screen is re-sized smaller than 520px?
Thanks so much!
you can mess with the breakpoints in the responsive.css stylesheet in the css folder, but the parallax backgrounds will still be disabled because it's a really bad idea to leave them on in mobile devices - they can't process it well at all and it creates a lot of glitches / performance lockups.
Hey Mandy,
you can mess with the breakpoints in the responsive.css stylesheet in the css folder, but the parallax backgrounds will still be disabled because it's a really bad idea to leave them on in mobile devices - they can't process it well at all and it creates a lot of glitches / performance lockups.
Cheers :)