Text Wrapping around Featured Image
-
hello! looking for help centring the featured image on my pages (i.e.: https://lashettesco.com/about/) and moving the content below the image so that it does not wrap around the featured image itself….
Can anyone help?The blog I need help with is: (visible only to logged in users)
-
Hi there!
Take a look at this explanation of how to change/edit your image alignment:
https://en.support.wordpress.com/images/image-alignment/best,
dave -
Hi there, on the featured image on static pages, the following will center them, but it looks a bit strange. We can’t really make it any larger as the theme creates the 365px square image off of your original image. If we were to enlarge it, it would lose a lot of clarity.
.page .featured-image { text-align: center; background-color: rgba(0, 0, 0, 0); } .page .featured-image img { margin-left: auto; margin-right: auto; float: none; } -
Thanks, Dave. Unfortunately, the text is actually wrapping around an image that is set as the featured image. Not an embedded image.
-
- The topic ‘Text Wrapping around Featured Image’ is closed to new replies.