Placement of featured image
-
Hi!
I’m using the Escutcheon theme, which has a layout problem I’m hoping to fix with CSS. The featured image, unless it’s large enough to span the entire length of the screen, is automatically aligned to the left. This looks wonky with the text on the right. In this post, for example, the picture should obviously be aligned to the right:
http://limitedhangoutblog.com/2016/03/12/violence-erupts-in-run-up-to-united-states-election/
But how to do that? Would appreciate any advice!The blog I need help with is: (visible only to logged in users)
-
Hi, give this a try and then check other posts that have images that are wide enough to make sure there aren’t any problems with those. From what I can see in my testing, this works regardless.
.featured-image img { float: right; }Let me know if you find any issues and we can get more specific with things.
-
-
- The topic ‘Placement of featured image’ is closed to new replies.