-
AuthorPosts
-
mj1256 Friend
mj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
October 4, 2008 at 6:50 pm #134032Is 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
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
October 4, 2008 at 6:59 pm #273847Yes, just some changes in the css and index.php file should make it work for you
mj1256 Friendmj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
October 4, 2008 at 9:08 pm #273858so……………….yes, i’m looking for a handout here 🙂
tonyg Friendtonyg
- Join date:
- June 2008
- Posts:
- 197
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 18
- Thanked:
- 46 times in 27 posts
October 5, 2008 at 8:23 am #273879Hi 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
1 user says Thank You to tonyg for this useful post
mj1256 Friendmj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
October 5, 2008 at 9:34 pm #273907worked perfect, and i was able to align it to the left.
AuthorPostsViewing 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
move menu to the left
Viewing 5 posts - 1 through 5 (of 5 total)