Images appear in the wrong place in posts
- The topic ‘Images appear in the wrong place in posts’ is closed to new replies.
Need help? Check out our Support site, then
Hi there,
When I insert images into the body of text, they appear outside of the general body of text. The problem can be seen on this page under the heading ‘Interrogation Room’: https://adamhudsondop.co.uk/voice-of-belief/
I am looking for the image to be integrated into the text and for the text to mould around it naturally. I have tried to add padding but then the image appears underneath the text.
Thanks!
Adam
The blog I need help with is: (visible only to logged in users)
Hi Adam,
The following CSS will help you to achieve what you want.
@media only screen and (min-width: 800px) {
.single-column-content .alignleft {
margin-left: 16.6666666% !important;
}
}
Cheers.
That’s perfect, thanks!