Dear it4inc!
Regarding your problem, You could remove the blank area when removing placeholder image in “introtext” part of an article by following simple steps:
– Open templates/ja_social/css/template.css
– Find this code (about line 309):
.fp-article-content {
padding-left: 145px;
}change to:
.fp-article-content {
padding-left: 145px;
}- Find this code (about line 181):
.article-image {
float: left;
width: 130px;
}change to:
.article-image {
float: left;
width: 130px;
margin:10px;
}The blank spaces now are removed when you remove images.
Hope this helps!