Archived topic
embed twitter feed
5 replies · Started by Bonnie on January 16, 2023
Hello - Is there a way reduce the size of the twitter feed so that it's going either across or not taking up the full width?
Thank you!
Hi Bonnie,
There's a way. One approach is to add a max-width to the Twitter feed through custom CSS.
Try adding this through Appearance > Customize > Additional CSS:
.home figure.wp-block-embed.wp-block-embed-twitter {
max-width: 800px;
}
This worked perfectly, thank you!
How do I remove "Home" (page title) on this page, only on home? I have premium. I am able to do it on other Generate Press websites, but I don't see the same options to control these items.
Thanks!
You can disable elements in the Page settings if you have the "Disable Elements" module enabled in Appearance > GeneratePress. Reference: https://docs.generatepress.com/article/disable-elements-overview/
Great, I see it now. Thank you!
You're welcome, Bonnie!