[wp-meta] [Making WordPress.org] #6730: https://developer.wordpress.org/apis/dashboard-widgets/ designs break on mobiles devices.

Making WordPress.org noreply at wordpress.org
Fri Feb 3 07:54:40 UTC 2023


#6730: https://developer.wordpress.org/apis/dashboard-widgets/ designs break on
mobiles devices.
--------------------------+---------------------
 Reporter:  upadalavipul  |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:
Component:  General       |  Resolution:
 Keywords:                |
--------------------------+---------------------

Comment (by himshekhar07):

 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;
     }
 }
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/6730#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list