-
AuthorPosts
-
September 12, 2012 at 2:00 am #180624
Hello,
When you click on a menu item, and then a sub menu item, that leads to a sub-sub-menu item each successive step down slowly shifts the menu down the page about 10-15px. I would like to eliminate this shift down and have the menu just build to the right.
Can you help?
Thanks.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 13, 2012 at 8:25 am #466909I’m not quite sure what modifications you have done upon your installation, would need to take a closer look at your site. Please include screenshot and your site URL here for further investigation.
September 13, 2012 at 3:31 pm #466948There are no modifications. In the ja_mendozite template, look under the K2 menu and then “List All Categories”menu. Notice how the menu appears shifted lower with respect to the K2 menu. I would like to have the “List All Categories” menu to appear directly to the right without the position shifting downward approximately 15px.
If you could tell me how to adjust the location of the “List All Categories” menu I can take it from there.
Thanks.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 14, 2012 at 4:44 am #467000Is this what you need?
if it’s right you can change with my suggest below
<blockquote>Open plugins/system/jat3/jat3/base-themes/default/js/menu/mega.js</blockquote>
from
options: {
slide: 0, //enable slide
duration: 300, //slide speed. lower for slower, bigger for faster
fading: 0, //Enable fading
bgopacity: 0.9, //set the transparent background. 0 to disable, 0<bgopacity<1: the opacity of the background
delayHide: 500,
direction: 'down',
action: 'mouseenter', //mouseenter or click
hidestyle: 'normal',
offset: 5,
fixArrow: false
}
Change to
options: {
slide: 0, //enable slide
duration: 300, //slide speed. lower for slower, bigger for faster
fading: 0, //Enable fading
bgopacity: 0.9, //set the transparent background. 0 to disable, 0<bgopacity<1: the opacity of the background
delayHide: 500,
direction: 'down',
action: 'mouseenter', //mouseenter or click
hidestyle: 'normal',
offset: 0,
fixArrow: false
}<blockquote>Open /templates/ja_mendozite/css/menu/mega.css file</blockquote>
from
<blockquote>ul.megamenu { margin: 20px; }</blockquote>
change to
<blockquote>ul.megamenu { margin: 0px; }</blockquote>Let me know if it help
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Ninja Lead 12 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Sub Mega Menu positioning
Viewing 4 posts - 1 through 4 (of 4 total)