Hi! I am using a content template for my posts, and I would like to know if it’s possible to show the content as in http://prntscr.com/8flrxkMqlbmB, meaning that the content continues under the featured image (see the red lines). Would that be possible? See site in private info.
if you remove the Grid Block, so the content is below the featured image.
Then select the Image Block:
1. In the Blocks Toolbar align options select: Float Left
2. In its settings set the Width and Height of the block to suit your needs.
3. Set its Margin Bottom and Right.
Adjust those for responsive views.
Now your content should wrap around the image
Thank you, David! I finally figured it out, and now it works just fine. I used ‘contain’ for the featured image Object-fit. I think that’s the best option for the image on all devices, right?
Thanks again,
Eva
The Object-fit option works in tandem with the width and height attributes.
If for example you have a lot of different sized featured images, then you can set the width and height and use object-fit to fix any distortions that may occur.
So if object-fit contain gives you the result you’re looking for, then its absolutely right 🙂