As some backstory, I have just been trying to have twitter posts embeded into articles as centered instead of the default align left. I could of sworn I had Twitter Embeds with centered display working using this method: https://blog.hubspot.com/blog/tabid/6307/bid/34273/how-to-center-align-your-embedded-tweets-quick-tip.aspx Which in summary is to use <blockquote class="twitter-tweet tw-align-center"> However currently I am unable to get an embed in joomla 4 / flix to center or align right. As another oddity looking into the issue, I noticed even twitter's embed example page shows all alignment examples stuck on left alignment: https://developer.twitter.com/en/docs/twitter-for-websites/embedded-tweets/overview
A test page example on my site: https://gamerretribution.com/games/tabletop/tabletop-article-example-1
Perhaps anyone has any insight on this?
Hi
I updated this custom CSS into your site:
.twitter-tweet.twitter-tweet-rendered { margin: auto !important; width: 400px !important; }
Kindly check.
saguaros Thank ya, I do miss the responsive auto-sizing of a default twitter embed, but good to know this CSS adjust as an option.