-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Description
Describe the bug
Responsive breakpoints for tablet and mobile devices are not functioning as expected. The layout does not adjust according to the specified breakpoints.
To Reproduce
Steps to reproduce the behavior:
- Add a new page
- Add a Two Column Block
- Add a text on each block
- Publish page
- Inspect element on published page
- Adjust page width size
Expected Behavior
The layout should adjust properly based on the screen size:
-
Tablet:
For screen widths between 768px and 1024px, the layout should resize or rearrange elements as designed for tablet screens. -
Mobile:
For screen widths below 768px, the layout should adjust for smaller screens.
The layout should also dynamically adjust based on specified breakpoints
Screenshots
Responsive.breakpoints.issue.mp4
Reactions are currently unavailable