How to Center TikTok Embeds in WordPress Posts

If you have a hard time trying to center the TikTok embeds you added to your WordPress posts via the WordPress built-in embedding feature, try this piece of CSS code.

.wp-block-embed__wrapper  {display:flex!important; justify-content:center; align-items:center}

My tests show it’s also possible to center YouTube and Twitter embeds this way besides the TikTok embeds, while the WordPress embed feature and the CSS code above don’t work for Facebook, Instagram, and Pinterest posts.

I tested the CSS code on the Gutenberg-based Twenty Twenty-Four theme.

If you want me to implement this customization on your WordPress theme, feel free to contact me.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *