-
AuthorPosts
-
jbgorg Friend
jbgorg
- Join date:
- April 2008
- Posts:
- 80
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 13
- Thanked:
- 3 times in 1 posts
June 9, 2008 at 6:52 pm #129485Hi, I would like to know how to expand the margin of the sub navegation items in MooMenu, they look very strech in my web site. Please, help.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 10, 2008 at 9:39 am #252865You can do so by the following way:
open ja.moomenu.css in templates/ja_edenite/ja_menus/ja_moomenu folder , find following code section at about line 41 :
#ja-cssmenu li ul {
width: 16.4em;
position: absolute; /* second-level lists */
z-index: 99;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
height: auto;
width: 15.9em;
}#ja-cssmenu li ul ul {
margin: -2em 0 0 15em; /* third-and-above-level lists */
}#ja-cssmenu li li {
padding: 0 1em 0 0;
margin: 0;
width: 14.9em;
}
change to :
#ja-cssmenu li ul {
width: 12.4em;
position: absolute; /* second-level lists */
z-index: 99;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
height: auto;
width: 12.9em;
}#ja-cssmenu li ul ul {
margin: -2em 0 0 15em; /* third-and-above-level lists */
}#ja-cssmenu li li {
padding: 0 1em 0 0;
margin: 0;
width: 11.9em;
}jbgorg Friendjbgorg
- Join date:
- April 2008
- Posts:
- 80
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 13
- Thanked:
- 3 times in 1 posts
June 20, 2008 at 8:51 pm #255060Hi, thanks for your response but what I need is the way as shown in attached image. Please, your help
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 21, 2008 at 2:31 am #255081Hi jbgorg !
Please send url of your site.AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Sherlock 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Sub Nav Margins in MooMenu
Viewing 4 posts - 1 through 4 (of 4 total)