Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #507140

    Hi, is there a bit of code I can use to wrap the text around the featured image on a single post? Otherwise, i have to select “Don’t display image on single post”, then copy and paste it into the text area and wrap the text around it. There must be a way of getting the featured image to appear in the text block to the right.

    #507201

    Hey andrea!

    Add this to your custom CSS.

    .single .big-preview { float: right; margin-left: 20px; }
    

    Best regards,
    Elliott

    #507206

    Thank you – it puts the image to the right of the text, but it’s kind of in its own column – I’d like the text to go beneath it as well for a longer piece. Is that possible? I’ve put more text in so you can see what I mean

    #507228

    Hey!

    Try adding this as well.

    .content .entry-content-wrapper {
      overflow:visible !important;
    }

    Regards,
    Elliott

    #507234

    Perfect, thank you so much :-)

    #507300

    Hi!

    Glad we could help :)

    Please let us know if you ever need any help in the future.

    Cheers!
    Dake

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Single post – wrap text around image’ is closed to new replies.