Instagram Previews Won't Center on Blog Posts

Hello,

I’ve managed to center text & images on this post, but can’t figure out why the Instagram post previews won’t center.

This is the post in question: https://yawny.ca/blogs/news/guesses

I’d appreciate any insight!

-Brittany

Please follow the steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code.
  • Step 2: Go to Assets > theme.css and paste this at the bottom of the file:
    .article__body iframe{
    width: 100% !important;
    margin: auto !important;
    }
    Hope it clear to you.

Hello @yawnystudio

Go to Assets > theme.css and paste this at the bottom of the file:

.article__body iframe{
width: 100% !important;
margin: auto !important;
}
1 Like