Archived topic
Looking to Center-Align Embedded Social Posts: Twitter, Instagram, YouTube, etc.
1 reply · Started by Lucas on January 5, 2022
Hello,
This one's simple, and I know how to do it, but it still won't happen ...
I'm wanting to center-align social posts.
When I try, though, I can left-align and right-align, but not center-align.
Here's an sample article for you to see what I'm getting at: http://www.greensplatter.com/innova-ricky-wysocki-paul-mcbeth-move-plastic/
I want those two tweets center-aligned.
Again, not hard to do that, but for some odd reason, I can't get 'em to.
LMK - thanks!
Warmly,
L.
Hi there,
Try this CSS:
.wp-block-embed .twitter-tweet {
margin-left: auto;
margin-right: auto;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)