Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • mylearningspace Friend
    #135681

    hey people! ive had a good read of forums without solution & tinkered without the desired result. i’d like to relocate search module to top right of header (see screenshot). at present, search module resides in ‘user 4’ module position – this is at the bottom of page and not an obvious place to find a search tool!

    any ideas?


    1. Picture-1
    Sherlock Friend
    #280337

    Hi mylearningspace !
    You can do it following some steps below :
    1. Open index.php file in templates/ja_erica folder, find following code section at about line 238 :


    <div id="ja-search">
    <jdoc:include type="modules" name="user4" style="raw" />
    </div>

    cut it and paste to the top of following code line :


    <!-- paste here -->
    <a id="ja-hp-switch">Member Area</a>

    2. Open template.css file in templates/ja_erica/css folder, find following code section at about line 1359 :

    /* Search */
    #ja-search {
    float: left;
    padding-left: 30px;
    display: block;
    background: url(../images/icon-search.gif) no-repeat 10px center;
    }

    change to :


    /* Search */
    #ja-search {
    bottom:14px;
    right:130px;
    position:absolute;
    z-index:10;
    }

    mylearningspace Friend
    #280357

    thanks hainin84. your code works nicely! 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  mylearningspace 16 years ago.

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