👋🏻 hi,
My answer only applies if you have a theme ready for FSE. 🙂
If you go to the templates of your theme, you will find your Posts template. In there you can use the query loop blocks to modify all of your posts at once.
The concept is that you define your template for your post for your theme and then all of your posts will have the same format.
If you’re not ready to switch to an FSE theme – a great solution but something you might not want to do right now – you might also be able achieve this with custom CSS. That would be something theme-specific, though.
Are you able to provide a link to your site or tell us what theme you’re using?
@zoonini and @josuevivash I’m using the Kadence theme. I’ve tried to use this custom CSS:
.wp-block-image img {
width: 100%!important;
}
but it doesn’t always work, especially in Safari and not for images that are placed inside a column block, which become slightly overlapped.
Any ideas what the correct CSS might be?
Thanks!
@lauratraveler For custom CSS for Kadence the best place to ask is in their forum here:
https://ww.wp.xz.cn/support/theme/kadence/
Good luck!