queen-raae / gatsby-remark-oembed

A GatsbyJS Plugin that transforms oembed links into its corresponding embed code.
https://gatsby-remark-oembed.netlify.com/
MIT License
162 stars 25 forks source link

Center instagram oembed #86

Closed iturpablo closed 4 years ago

iturpablo commented 5 years ago

Hi Raae,

how can I center and embedded an Instagram post, it is always on the left and would love to center it.

Cheers 🍻 Pablo

2color commented 4 years ago

I had a similar problem.

I resolved it by overriding the inline CSS margin: 1px that the blockquote gets.

I added the following in a separate css file to resolve this:

blockquote.instagram-media {
  margin: auto !important;
}
raae commented 4 years ago

I will close this as I believe it's solved.