[wp-meta] [Making WordPress.org] #6955: Design looks improper in responsive.

Making WordPress.org noreply at wordpress.org
Wed Apr 26 16:33:53 UTC 2023


#6955: Design looks improper in responsive.
------------------------------+---------------------
 Reporter:  nidhidhandhukiya  |       Owner:  (none)
     Type:  defect (bug)      |      Status:  new
 Priority:  normal            |   Milestone:
Component:  Support Forums    |  Resolution:
 Keywords:                    |
------------------------------+---------------------

Comment (by nidhidhandhukiya):

 Below css can make the design better.

 {{{
 @media screen and (max-width: 767px) {
     .main-navigation button.button-search {
         display: block;
         position: absolute;
         right: 0;
         top: 0;
     }

     .site-header:not(.home) .search-form {
         display: block;
     }
 }
 }}}

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


More information about the wp-meta mailing list