Opened 2 years ago
Last modified 2 years ago
#56905 new defect (bug)
css media query issue
Reported by: | damien4444 | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | trivial | Version: | 6.0.3 |
Component: | General | Keywords: | reporter-feedback |
Focuses: | ui, css | Cc: |
Description
The media queries used for the responsivness for mobile use a max-width of 767px and the min-width for the tablet one is 768px. However max-width is exclusiv so when the screen is exactly 767px you are neither in mobile or tablet mode.
Unfortunately, when i put a window in half screen mode it is precisely 767px so this number is not that odd and other user could experience the same issue.
(Tested on wordpress 6.0.3 and google chrome)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Great @damien4444. Could you please provide more details about what it's objectively affecting, possibly including screenshots? I tested on instawp, and saw that major break-point is set to
width >= 783px
for tablet andwidth < 600px
for small screens. Thank you!