Social Embeds Not Expanding to Full Width of Content Container

For some reason my social embeds (Instagram for example) are not expanding to the full-width of the content container. They all seem to be aligned to the left with some extra spacing on the right.

Here is an example:

You can view the article in this example here:
https://golficity.com/galvin-green-shakedry-a-rain-jacket-thats-waterproof-and-weighs-only-6-ounces/

Is there a way to make these social embeds expand to the full width of the content container?

Thanks

Hi @Frank19,

Thank you for writing in, please add this to Theme Options > CSS

iframe.instagram-media {
	max-width: none !important;
}

Hope it helps,
Cheers!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.