[wp-trac] [WordPress Trac] #45509: Twenty Seventeen: Header pushing left

WordPress Trac noreply at wordpress.org
Sat Dec 8 01:02:08 UTC 2018


#45509: Twenty Seventeen: Header pushing left
---------------------------+------------------------
 Reporter:  jimwilcox      |       Owner:  (none)
     Type:  defect (bug)   |      Status:  closed
 Priority:  normal         |   Milestone:
Component:  Bundled Theme  |     Version:  5.0
 Severity:  major          |  Resolution:  duplicate
 Keywords:                 |     Focuses:
---------------------------+------------------------
Changes (by laurelfulford):

 * status:  new => closed
 * resolution:   => duplicate
 * milestone:  Awaiting Review =>


Comment:

 Thanks @jimwilcox -- that's a big help!

 This sounds like a duplicate of #40522, so I'm going to close it in favour
 of the original issue.

 In the meantime, these styles are kind of a modified version of the patch
 in #40522. If you copy and paste them into your Custom CSS field, it
 should knock the video back into place in Safari:


 {{{
 @supports ( object-fit: cover ) {
     body.has-header-video .custom-header-media iframe {
         -o-object-fit: fill  !important;
         object-fit: fill  !important;
     }
 }
 }}}


 Can you please give that a try, and let me know how it goes?

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


More information about the wp-trac mailing list