Unfortunately there is no option to change layer display breakpoints at the moment. The following sizes are the breakpoints we are using currently:
Hides a layer on desktop computers: Screen width > 1024px
Hides a layer on tablets: Screen width >= 768px and <= 1024px
Hides a layer on phones: Screen with <= 767px
Is there a way to change layers breakpoint for mobile devices? It seems to be 768px, i need 640px.
Hey jfritsch123,
Unfortunately there is no option to change layer display breakpoints at the moment. The following sizes are the breakpoints we are using currently:
Hides a layer on desktop computers: Screen width > 1024px
Hides a layer on tablets: Screen width >= 768px and <= 1024px
Hides a layer on phones: Screen with <= 767px
Thank you for the quick reply. Will this feature be implemented in near future? I need it in my wordpress theme development.
Update: Searching the code I found the place where breekpoints are defined. A quick'n dirty reset in my css file did the job:
Would be a useful feature to define these breakpoints in the admin area.
Best
Joe
Thank you for the feedback, we will consider making this an available option on the admin area in the future.