Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • gavner Friend
    #154538

    I would like to get rid of the white space on the home page in the image

    However i dont want it to affect the padding on the other pages like this one

    how can i edit the code ?

    aman204 Friend
    #356406

    Can you provide a link to your site.

    gavner Friend
    #356411

    Pnworldwide.net/jw247

    Thanks

    aman204 Friend
    #356414

    Go to index.php file of template and change this::

    <!– CONTENT –>

    <div id=”ja-mainbody”>

    to

    <?php if (JRequest::getVar(‘view’) != ‘frontpage’): ?>
    <!– CONTENT –>

    <div id=”ja-mainbody”>

    and then, change this::

    <!– //RIGHT COLUMN –>
    <?php } ?>

    </div>
    </div>

    to

    <!– //RIGHT COLUMN –>
    <?php } ?>

    </div>
    </div>

    <?php endif; ?>

    gavner Friend
    #356417

    it dosnt seem to work, see the results, the other modules are missing below the slideshow, also there is a black box at the bottom

    gavner Friend
    #356421

    is there another fix for this please.

    aman204 Friend
    #356448

    Will it be possible for you to please pm me superadmin details to take closer look and try suggestive measures

    gavner Friend
    #356597

    i sent you a pm

    aman204 Friend
    #356616

    Check it now 🙂

    Had to make it bit of move to code snippet to be entered

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

This topic contains 9 replies, has 2 voices, and was last updated by  aman204 14 years, 2 months ago.

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