Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • mj1256 Friend
    #134032

    Is there a way to remove the search box from the USER4 position and move the menu to the exteme left and have it go all the way across the page and adjust for autowidth


    1. menuscreenshot
    Menalto Friend
    #273847

    Yes, just some changes in the css and index.php file should make it work for you

    mj1256 Friend
    #273858

    so……………….yes, i’m looking for a handout here 🙂

    tonyg Friend
    #273879

    Hi MJ

    Here is a handout, go to your template’s index.php look the folowing codes and comment or cut out.

    <?php if ($this->countModules(‘user4’)) { ?>
    <div id=”ja-search”>
    <jdoc:include type=”modules” name=”user4″ style=”raw” />
    </div> –>
    <?php } ?>

    Now go to your template’s, template.css and locate the folowing codes (about line 747), here you only need to change the width from 760px to auto

    #ja-mainnav {
    height: 35px;
    width: auto;
    /* width: 760px; */
    float: right;
    background: url(../images/dot-dark.gif) repeat-y left;
    }

    That should do the trick

    mj1256 Friend
    #273907

    worked perfect, and i was able to align it to the left.

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

This topic contains 5 replies, has 3 voices, and was last updated by  mj1256 16 years, 1 month ago.

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