Issue
I have a Wix Studio site that works correctly on all other mobile browsers, but on Firefox Mobile it appears to load a desktop breakpoint across the site. Oddly enough, if I turn on “Desktop Mode” in firefox it will load a tablet breakpoint.
My mobile device is a Galaxy Note 20 with a 6.7-inch Super AMOLED Plus display (60Hz, 1080 x 2400). But I know the site fails on other devices.
Working in
Wix Studio Editor, Velo, CMS
Site link
What I’m trying to do
I’ve created a custom gallery filtering interface for the desktop site. It is too complex for mobile. Therefore I want a simplified gallery on mobile. I accomplish this with two sections, one for desktop and one for mobile that are respectively hidden on the other’s breakpoints. On desktop, I want the filter pinned, or at least sticky, so that it is always available while scrolling the gallery, which will eventually get quite long.
What I’ve tried so far
Run the responsiveness checker
Deleted all my code.
Made sure masterPage.js is effectively empty
Deleted the whole section containing my desktop gallery.
Ensured all breakpoints are harmonized between header, page, and footer.
My Breakpoints, btw are:
- 1921 and up
- 1201 to 1920
- 1001 to 1200
- 751 to 1000
- 600 to 750
- 320 to 599
Thank you!