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.
Hey andrea!
Add this to your custom CSS.
.single .big-preview { float: right; margin-left: 20px; }
Best regards,
Elliott
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
Hey!
Try adding this as well.
.content .entry-content-wrapper {
overflow:visible !important;
}
Regards,
Elliott
Perfect, thank you so much :-)
Hi!
Glad we could help :)
Please let us know if you ever need any help in the future.
Cheers!
Dake