Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • sijbrands Friend
    #146177

    how can I solve the problem with the alignment of the text on the frontpage. I think it has something to do with “img-desc clearfix” (see the image below)

    Saguaros Moderator
    #324373

    Hello sijbrands!

    Please give the link to your site,

    and how do you align the text on the front page ? please explain in detail.

    sijbrands Friend
    #324382

    Hi,

    Here is the website. I did not align the text.

    Na maanden lang ploeteren is het dan eindelijk zover…DE NIEUWE SITE!<br />Dankzij Frenda Websolutions hebben wij weer een nieuwe, maar voor al frisse en overzichtelijke site.<br /> <hr id=”system-readmore” />

    Frank

    Saguaros Moderator
    #324649

    Hello Frank!

    You can fix the issue as following:

    Open the file: “templatesja_topazhtmlcom_contentfrontpagedefault_item.php” and try to find a section codes at line to 90:
    [PHP]
    <div class=”img-desc clearfix”>
    <?php echo $image; ?>
    </div>
    [/PHP]

    replace them by:
    [PHP]
    <?php if( trim($image) ): ?>
    <div class=”img-desc clearfix”>
    <?php echo $image; ?>
    </div>
    <?php endif; ?>
    [/PHP]

    sijbrands Friend
    #324689

    Hi tienhc,

    The problem is solved….. Tnx a lot.

    Frank

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

This topic contains 5 replies, has 2 voices, and was last updated by  sijbrands 14 years, 12 months ago.

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