[wp-trac] [WordPress Trac] #40398: Twenty Eleven: Searchform collides with menu on small screens

WordPress Trac noreply at wordpress.org
Wed Apr 12 22:13:21 UTC 2017


#40398: Twenty Eleven: Searchform collides with menu on small screens
---------------------------+------------------------------
 Reporter:  fedepia        |       Owner:
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  Bundled Theme  |     Version:  4.7.3
 Severity:  normal         |  Resolution:
 Keywords:  needs-patch    |     Focuses:
---------------------------+------------------------------

Comment (by lukecavanagh):

 You can hide the search form on the front-end in Twenty Eleven just using
 say this CSS.


 {{{
 /* Search Form */
 #branding #searchform {
         position: absolute;
         top: 3.8em;
         right: 7.6%;
         display: none;
         text-align: right;
 }
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/40398#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list