You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Responsive feature (for Section blocks, etc) does not seem to work properly. The breakpoints themselves (600px, 960px) are being skipped due to the min-max width specified.
Step-by-step reproduction instructions
Create 3 Otter Sections, with one Otter Section Column and add paragraphs to each column
Set the content to the columns to, desktop, tablet and mobile respectively
Set the desktop column to only be displayed on desktop (hide on tablet, hide on mobile)
Set the tablet column to only be displayed on tablet (hide on desktop, hide on mobile)
Set the mobile column to only be display on mobile (hide on desktop, hide on tablet)
Save and view your page
None of the columns will be displayed on width 600px en 960px
Screenshots, screen recording, code snippet or Help Scout ticket
When set to Hide this section on Desktop devices and Hide this section on Tablet devices, the element will be hidden up to screen width 600px.
When set to Hide this section on Tablet devices and Hide this section on Mobile devices, the element will also be hidden up to screen width 600px.
This issue can be fixed as shown below:
The .hide-in-mobile media should be be set to 599px in stead of 600px, causing "tablet" to be shown from 600px in stead of 601px:
Description
The Responsive feature (for Section blocks, etc) does not seem to work properly. The breakpoints themselves (600px, 960px) are being skipped due to the min-max width specified.
Step-by-step reproduction instructions
desktop
,tablet
andmobile
respectively600px
en960px
Screenshots, screen recording, code snippet or Help Scout ticket
When set to
Hide this section on Desktop devices
andHide this section on Tablet devices
, the element will be hidden up to screen width 600px.When set to
Hide this section on Tablet devices
andHide this section on Mobile devices
, the element will also be hidden up to screen width 600px.This issue can be fixed as shown below:
The
.hide-in-mobile
media should be be set to599px
in stead of600px
, causing "tablet" to be shown from600px
in stead of601px
:The
.hide-in-tablet
media query should be set to959px
in stead of960px
, causing "desktop" to be shown from960px
in stead of961px
:Environment info
No response
Is the issue you are reporting a regression
No
The text was updated successfully, but these errors were encountered: