-
AuthorPosts
-
April 24, 2008 at 2:18 pm #127870
hi i current using JA Edenite for joomla 1.5
wanted to know if it is possible to change the menu side from left to righti’m taking about the css menu on the top below the logo
that means on left it will be search
on right will be the menusthanks for the help!
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
April 25, 2008 at 3:16 am #246758hi silverblue !
You open template.css file in templates/ja_edenite/css folder , find code section :
/* Search */
#ja-search {
bottom: 12px;
right: 10px;
position: absolute;
font-size: 11px;
}
change it to :
/* Search */
#ja-search {
bottom: 12px;
left: 10px;
position: absolute;
font-size: 11px;
}
next, find 2nd code section :
#ja-mainnavwrap {
background: url(../images/shadow.gif) repeat-x bottom;
height: 37px;
position: relative;
z-index: 999;
}#ja-mainnav {
background: url(../images/grad2.gif) repeat-x top #2C79B3;
height: 32px;
}change to :
#ja-mainnavwrap {
background: url(../images/grad2.gif) repeat-x top #2C79B3;
height: 37px;
position: relative;
z-index: 999;
}#ja-mainnav {
height: 32px;
right: 10px;
position: absolute;
}
April 25, 2008 at 7:22 am #246776thanks! it works but a little missed up :-
any idea?
http://www.djsilverclub.com/almo/and another thing so as the inside menu in the css are open ltr i want to open them rtl
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 25, 2008 at 3:25 pm #246836You may just have to play around / experiment with the css to get it just the way you want it.
April 25, 2008 at 3:36 pm #246837if you can tell me where at least look for it
May 3, 2008 at 7:58 am #247605anyone? i still need help :-
May 14, 2008 at 9:45 am #249075i manage to turn the side correct
but on firefox it’s look good but on IE all goes wrong
can someone help me with the css?May 31, 2008 at 1:34 pm #251374well someone ? i guess no help from the creator
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 31, 2008 at 3:48 pm #251386<em>@silverblue 56304 wrote:</em><blockquote>well someone ? i guess no help from the creator</blockquote>
Perhaps if you provided some screenshots and/or explained exactly what is happening with your site in the different browsers, we might be better able to understand your issue.Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
May 31, 2008 at 4:04 pm #251390The problem is that if you hoover over the top menu, the sub menu item goes wacko and shows up under wrong item.
Just redo everything you have done and start over again:
Take this:/* Search */
#ja-search {
bottom: 12px;
right: 10px;
position: absolute;
font-size: 11px;
}Replace with:
/* Search */
#ja-search {
bottom: 12px;
left: 10px; <--------IF you wanna push it more to left, lower the number
position: absolute;
font-size: 11px;
}Remember to save.
The open the folder ja_menus/ja_cssmenu and find this code here:#ja-cssmenu {
margin: 0; /* all lists */
padding: 0;
float: left;
}Replace with:
#ja-cssmenu {
margin: 0; /* all lists */
padding: 0;
float: right;
}
This should give you a working solution for all common browsers, tested here in FF, IE6,IE7, Opera, FLock
-
AuthorPosts
This topic contains 10 replies, has 4 voices, and was last updated by Menalto 16 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum