Opened 8 months ago
Last modified 8 months ago
#6730 new defect (bug)
https://developer.wordpress.org/apis/dashboard-widgets/ designs break on mobiles devices.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | |
Cc: |
Description
I have reviewed https://developer.wordpress.org/apis/dashboard-widgets/ document pages on my mobile devices and it's broken. Please check below provided attached screenshot for a better understanding.
Screenshot: https://share.cleanshot.com/T3wpG0MTpqbCv0Lh0DjB
Change History (3)
#2
@
8 months ago
I tried to regenerate this issue and found one solution as we need to show that box we can't
display:unset;
Here is the CSS solution:
@media screen and (max-width: 876px){ .single-handbook #content{ width: 100%; display: block; padding: 4rem 20px; } #secondary{ position: relative; left: 0; top: 15px; padding: 4rem 20px; } .single-handbook #secondary{ width:100%; } .search-wrap .searchform{ display: block; } }
Note: See
TracTickets for help on using
tickets.
for the above issue solution, added the below CSS.
Fix:
@media screen and ( max-width: 500px ) {
}