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
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:
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;
}