• Hi,
    Is there a way to set all blog post images across a website (not the featured image, but the images that appear inside the body of the post) to wide width without going into each post and changing the image alignment manually for each image?

Viewing 4 replies - 1 through 4 (of 4 total)
  • ???? 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.

    Moderator Kathryn Presner

    (@zoonini)

    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?

    Thread Starter lauratraveler

    (@lauratraveler)

    @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!

    Moderator Kathryn Presner

    (@zoonini)

    @lauratraveler For custom CSS for Kadence the best place to ask is in their forum here:

    https://www.ads-software.com/support/theme/kadence/

    Good luck!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Making blog post images wide width’ is closed to new replies.