By Paul Murray on Wednesday, 16 December 2015
Posted in Technical Issues
Likes 0
Views 419
Votes 0
Hi SI

Please go here.

http://finalbug.net/blog/blogger/500-archy

or here:

http://finalbug.net/blog/blogger/62-paurray?start=10

And note the images that have a text to the right of them.

This happens basically for all 3.x articles.

Is there a fix for this?

Thanks

Paul
If you have manually inserted images into a WYSIWYG editor, it is your own responsibility to design the layout. This is why we require you to use post images.

However, having said that, there is another alternative which is to utilize css to fix this. To fix it, add the block of css codes into /templates/wanderers/css/custom.css


.eb-post-body.type-standard > img {
display: block;
width: 100%
}
·
Thursday, 17 December 2015 17:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Mark

That did the trick thanks.

In all fairness when I manually inserted the images they were fine.
This broke when I updated to EB 5.
I had a fix for this before from one of your team and that got lost as well at some point.

Your fix is perfect thanks

again

Paul
·
Thursday, 17 December 2015 18:03
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Paul, glad that your issues are resolved now
·
Thursday, 17 December 2015 18:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post