[Support request] Floating a Blog Excerpt Teaser Image

Home Forums Support [Support request] Floating a Blog Excerpt Teaser Image

Home Forums Support Floating a Blog Excerpt Teaser Image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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

    #2265776
    David
    Staff
    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;
    
        }
    }
    #2265784
    John

    Perfect.

    Thanks, David.

    #2265794
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.