[wp-trac] [WordPress Trac] #48688: TwentyTwenty: Issue with instagram oembed css
WordPress Trac
noreply at wordpress.org
Sun Nov 17 21:08:17 UTC 2019
#48688: TwentyTwenty: Issue with instagram oembed css
--------------------------+-----------------------------
Reporter: SGr33n | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Themes | Version: trunk
Severity: normal | Keywords: has-patch
Focuses: css |
--------------------------+-----------------------------
Hi,
When an Instagram post is embededd inside an article, the iframe is
aligned to the left side and doesn't follow the site width.
Just put this inside the style.css to solve this issue:
{{{
.entry-content iframe {
margin-left: auto !important;
margin-right: auto !important;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/48688>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list