[wp-trac] [WordPress Trac] #43250: Instagram Links in posts are overlapping

WordPress Trac noreply at wordpress.org
Wed Feb 7 21:00:14 UTC 2018


#43250: Instagram Links in posts are overlapping
--------------------------+------------------------------
 Reporter:  jimgrant      |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Embeds        |     Version:  4.9.4
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------
Changes (by ocean90):

 * severity:  major => normal


Comment:

 This seems to be a bug with Instagram's embed code. For some reason it's
 using absolute positioning for the iframe on your sites. Couldn't
 reproduce it on one of my sites.

 As a workaround you can use this CSS. Add it through customizer's Custom
 CSS or your theme's stylesheet.
 {{{#!css
 iframe.instagram-media {
     position: static !important;
 }
 }}}

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


More information about the wp-trac mailing list