Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • CandiceDixon Friend
    #117896

    How can I add a new module at the top under the top menu and logo. Right now there is too much space there for me. It would be great if the newsflash module or something could be there.

    rickzero Friend
    #212540

    I too would like to have this. Any ideas where to start?

    CandiceDixon Friend
    #212634

    I added a “toptest” module around line 215 right after <!– END: MAIN NAVIGATION –></div>

    <div id="ja-mainnav2"> <?php mosLoadModules ( 'toptest', -1 ); ?> </div>

    and I added a section to the stylesheet for it,

    /* TopTest Module Hack */
    #ja-mainnav2 {
    float: right;
    display: block;
    margin-top: 6px;
    height: 32px;
    clear: both;
    width: 650px;
    }

    html>body #ja-mainnav2 {
    margin-top: 8px;
    }

    .wide #ja-mainnav2 {
    width: 700px;
    }

    #ja-mainnav2 a {
    color: #FFFFFF;
    font-weight: bold;
    }
    /* END: TopTest Module Hack */

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

This topic contains 3 replies, has 2 voices, and was last updated by  CandiceDixon 17 years, 4 months ago.

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