Display issues with hyperlink images
-
Hello,
I’m having an issue with the display of images in posts. When I try to add a picture in the middle of a sentence, it all appears inline, but the moment I add a link to the picture, it uses a new row for some reason. I would like the linked pictures to be inline with the text. Can someone help me out?If I change this css
.entry-summary img {
display: block;
}to
.entry-summary img {
display: inherit;It solves the problem, but then the featured images aren’t centered anymore.
This is how the code and display look in the post:
Aceast? povestire a fost premiat? la <img src="https://www.andradacoos.com/wp-content/uploads/2017/01/inc.jpg" width="199" height="74" />??n 2015 ?i a fost inclus? ?n antologia sa
Aceast? povestire a fost premiat? la <a href="https://idc.adlittera.com/"><img src="https://www.andradacoos.com/wp-content/uploads/2017/01/inc.jpg" width="199" height="74" /></a>??n 2015 ?i a fost inclus? ?n antologia sa
- The topic ‘Display issues with hyperlink images’ is closed to new replies.