[wp-trac] [WordPress Trac] #59529: Twenty Fourteen: Search bar showing on different line on iPadOS 17

WordPress Trac noreply at wordpress.org
Wed Oct 18 14:55:52 UTC 2023


#59529: Twenty Fourteen: Search bar showing on different line on iPadOS 17
-----------------------------------------+------------------------------
 Reporter:  foosantos                    |       Owner:  (none)
     Type:  defect (bug)                 |      Status:  new
 Priority:  normal                       |   Milestone:  Awaiting Review
Component:  Bundled Theme                |     Version:
 Severity:  major                        |  Resolution:
 Keywords:  needs-patch has-screenshots  |     Focuses:
-----------------------------------------+------------------------------

Comment (by properlypurple):

 It looks like this is being caused by ios17 Safari treating floats a
 little differently. Just noting here that if this continues to be an
 issue, using `display:flex` for the header might be a nicer fix.


 {{{
 .header-main {
   display: flex;
   justify-content:space-between;
 }
 .header-main .search-toggle {
   order: 3;
 }
 .header-main .site-navigation {
   margin-left: auto;
 }
 }}}

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


More information about the wp-trac mailing list