Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • martinus Friend
    #121466

    Hi…
    I’m building a site usin JA SCenio … I’m usin the JA Header module and wish to place the main menu in user 2 . just like it’s done in the JA Antares…

    But unfortunately the menu is very wide…app. double size… I’ve tried to look through the ccs.file. but without any luck…
    Could any one help me adjusting the width of user2, so it matches the left-field…

    You kan see my problem in this pic..http://www.hall-magnussen.dk/menu-pix.jpg

    thanks in advance

    Claus

    Michael Casha Friend
    #224441

    You need to edit the index.php and change the size of that particular DIV tag.

    martinus Friend
    #224489

    Hi and thanks
    But where exactly… The lines ind the index.php doesn’t say anything about width….
    <!– BEGIN: MAIN NAVIGATION –>
    <div id=”ja-mainnav” class=”clearfix”>
    <?php
    switch ($ja_menutype) {
    case 1: echo $topnav;
    break;
    case 2:
    include($ja_template_absolute_path.”/ja_cssmenu.php”);
    break;
    case 3:
    echo “<div class=”transmenu-inner”>”;
    include($ja_template_absolute_path.”/ja_transmenu.php”);
    echo “</div>”;
    case 4:
    echo $topnav;
    break;
    }
    ?>
    </div>
    <!– END: MAIN NAVIGATION –>

    martinus Friend
    #224490

    or is in these lines:

    <?php if( mosCountModules(‘user2’) ) {?>
    <div class=”ja-box<?php echo $topspl[‘modules’][‘user2’]; ?>” style=”width: <?php echo $topspl[‘width’]; ?>;”>
    <?php mosLoadModules(‘user2’, -2); ?>
    </div>
    <?php } ?>

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

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

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