Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • treybraid Friend
    #134937

    trying to add a module- bannertop mod right below the tops…. between the left and right columns… ive got the mod added but instead of being between the left and right columns it spans the width of the page… see attached screenshot.

    also how do i edit the formatting of the text in the article— i just want it defaulted back to normal settings for an article—the left and right margins are all screwed up….

    thanks
    trey


    1. lsh2222
    treybraid Friend
    #277658

    i ended up figuring it out—trial and error in the index.php….

    placed the mod position here:

    <!– BEGIN: CONTENT –>
    <div id=”ja-mainbody” class=”clearfix”>

    <!– BEGIN: CONTENT –>
    <div id=”ja-content” class=”clearfix”>

    <?php if($this->countModules(‘bannertop’)) : ?>
    <!– BEGIN: BANNERTOP –>
    <div id=”ja-bannertop”>
    <jdoc:include type=”modules” name=”bannertop” />
    </div>
    <!– END: BANNERTOP –>
    <?php endif; ?>

    <jdoc:include type=”message” />

    <div id=”ja-current-content” class=”clearfix”>
    <jdoc:include type=”component” />

    <?php if($this->countModules(‘banner’)) : ?>
    <!– BEGIN: BANNER –>
    <div id=”ja-banner”>
    <jdoc:include type=”modules” name=”banner” />
    </div>
    <!– END: BANNER –>
    <?php endif; ?>
    </div>

    </div>
    <!– END: CONTENT –>

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

This topic contains 2 replies, has 1 voice, and was last updated by  treybraid 16 years ago.

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