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

WordPress Trac noreply at wordpress.org
Sat Dec 8 01:04:34 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:
---------------------------+------------------------

Comment (by laurelfulford):

 Hm, it looks like the CSS validation gets a bit grumpy about the
 `@supports ( object-fit: cover )` bit -- stripping it out and just going
 with the following should have the same effect!

 {{{
 body.has-header-video .custom-header-media iframe {
    -o-object-fit: fill  !important;
     object-fit: fill  !important;
 }
 }}}

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


More information about the wp-trac mailing list