Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • it4inc Friend
    #157320

    I’m sure I’m missing something easy, but is there a way to remove the image placeholder from the Front Page Blog layout so if I publish an article (or articles) on the Front Page without images, it doesn’t have that blank area to the left of the text?

    Sorry for the NewB question. I’m very technical but very new to Joomla as well…

    thangnn1510 Friend
    #367247

    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!

    abrill Friend
    #429151

    I’m trying to figure out this code because I would like this formatting as well. It seems like the first code change is the same thing? Is there a change to the .fp-article-content? Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  abrill 12 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum