I am back to trying to use the EasyBlog composer, instead of the JCE editor.
The "Her er min bloggtittel" is a blog article written with composer. The other two with JCE editor.
http://bryggeriet.com/no/bryggeblogg
How can I make the image from composer article look (placement + size) the same as the JCE editor articles?
Here is the CSS modifications made to custom.css:
div#fd.eb .eb-post-body img {
float:left !important;
height:100px !important;
width: 100px !important;
margin-right: 10px !important;
}
@media (max-width:768px) {
div#fd.eb .eb-post-body img {
width: 100% !important;
}
}