Home › Forums › Support › Floating a Blog Excerpt Teaser Image This topic has 3 replies, 2 voices, and was last updated 1 month, 2 weeks ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 27, 2022 at 7:23 am #2265766 John Hi! Re: https://origami33stg.wpengine.com/ On mobile, the blog teaser image is centered above the excerpt. I’d like it to float left and be wrapped by the text. Thanks, John June 27, 2022 at 7:31 am #2265776 DavidStaff Customer Support Hi there, try adding this CSS: @media(max-width: 768px) { .post-image-aligned-left .post .inside-article .post-image { margin-right: 2em; float: left; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ June 27, 2022 at 7:35 am #2265784 John Perfect. Thanks, David. June 27, 2022 at 7:41 am #2265794 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In