[wp-trac] [WordPress Trac] #30739: Twenty Fifteen: Menu icon is not properly centered

WordPress Trac noreply at wordpress.org
Wed Dec 17 02:39:46 UTC 2014


#30739: Twenty Fifteen: Menu icon is not properly centered
---------------------------+-----------------------------
 Reporter:  tenpura        |      Owner:
     Type:  defect (bug)   |     Status:  new
 Priority:  normal         |  Milestone:  Awaiting Review
Component:  Bundled Theme  |    Version:  trunk
 Severity:  normal         |   Keywords:
  Focuses:                 |
---------------------------+-----------------------------
 The menu icon on smaller screens does not seem to be properly centered.

 Adding display: block; to .secondary-toggle:before fix this for me.


 {{{
 .secondary-toggle:before {
         color: #333;
         content: "\f419";
         line-height: 42px;
         position: relative;
         top: -1px;
         left: 0;
         display: block;
 }
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/30739>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list