-
AuthorPosts
-
mylearningspace Friend
mylearningspace
- Join date:
- March 2007
- Posts:
- 61
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 26
- Thanked:
- 2 times in 1 posts
November 25, 2008 at 12:33 pm #135681hey 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?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
November 26, 2008 at 8:24 am #280337Hi 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;
}
1 user says Thank You to Sherlock for this useful post
mylearningspace Friendmylearningspace
- Join date:
- March 2007
- Posts:
- 61
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 26
- Thanked:
- 2 times in 1 posts
November 26, 2008 at 9:43 am #280357thanks hainin84. your code works nicely! 🙂
AuthorPostsViewing 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
search module in ja-header?
Viewing 3 posts - 1 through 3 (of 3 total)