Archived topic
center Instagram and twitter embeds
3 replies · Started by Sukalery on October 22, 2021
Viewing posts 1–4 of 4
Hello GP Team,
How could I center Instagram and Twitter embeds automatically?
right now I'm using <center> to do it manually.
website in the attachment.
Thank you.
Hi Sukalery,
Try this CSS:
iframe.instagram-media.instagram-media-rendered, .twitter-tweet.twitter-tweet-rendered {
margin-left: auto !important;
margin-right: auto !important;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thank You very much Ying, it's working nice.
have a good day.
You are welcome :) Have a nice weekend!
This archived topic is closed to new replies.