-
AuthorPosts
-
December 23, 2010 at 11:41 pm #157832
hello there
well as they say a picture worths a thousend word
as you see in the pic the menu appear to be shifted to the extreme lefthow can i fix that ?
demo : eco-boat.info
regards
ahmedPhan Gam FriendPhan Gam
- Join date:
- June 2008
- Posts:
- 216
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 39 times in 38 posts
December 24, 2010 at 8:54 am #368452Hi there,
I checked your site and see problem with css code:
I think, if you want to move mega menu to right-side, you have to change css
#1. For Left: Try to for code block
.ja-home #ja-mainnav .inner {
float: none;
margin: 0 auto;
}
Arround line 1818 in templates/ja_norite/css/template.css file
change it to
<blockquote>.ja-home #ja-mainnav .inner {
float: left;
margin: 0 auto;
}</blockquote>
and change over for height: 217px; display: none; width: 780px; left: auto; right: 0pt; overflow: hidden;
and add code
ja-megamenu li.mega .childcontent {
display: block;
height: auto;
left: 0 !important;
position: absolute;
}
To this file.
#2 For right:
Only edit.ja-home #ja-mainnav .inner {
float: none;
margin: 0 auto;
}
Arround line 1818 in templates/ja_norite/css/template.css file
to.ja-home #ja-mainnav .inner {
float: right;
margin: 0 auto;
}
Hope that helpsDecember 24, 2010 at 1:51 pm #368489thnaks for the replay
but that changed the location of the main menui wanted to change the location the sub main menu to appear in the middle instead of going to the left
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
December 24, 2010 at 7:05 pm #368510<blockquote>i wanted to change the location the sub main menu to appear in the middle instead of going to the left </blockquote>
Checked your site and seems that If you could decrease one column for specific sub-menu, it would appear fine as 4 columns are unable to accomodate with available space due to which JS script injects property to shift sub menu to further left to have them accomodate
December 24, 2010 at 11:31 pm #368522mmmmmmmm
so there is no way to get the sub menu to appear in the midd instead of left ?the 4 colum is kinda the whole point of the mega menu plugin
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
December 25, 2010 at 8:03 am #368538Here is the screenshot taken after I did the modification virtually to make it inwards with parent menu. The menu dropdown goes off the screen and creates scrollbar below
Mainly, Having 4 columns or more for mega menu is fine for templates where you have menu items aligned to left but out here, the menu items are centered so you will need to compromise a bit here 🙂
Cheers
December 26, 2010 at 8:15 pm #368639i did change it into 2 col sub menu
still the spawned menu seems a bit of
shouldn’t it appear under the main menu item ?aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
December 26, 2010 at 8:23 pm #368642<em>@a7medo778 210906 wrote:</em><blockquote>i did change it into 2 col sub menu
still the spawned menu seems a bit of
shouldn’t it appear under the main menu item ?</blockquote>Try add this at end of template.css file::
li.last .childcontent{left:0 !Important;}
December 26, 2010 at 8:47 pm #368644lol it messed up the whole template 😛
check itaman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
December 26, 2010 at 8:50 pm #368645I cant see any such mess and infact, the menu dropdown for specific menu item appear fine for now 🙂
Please recheck
December 26, 2010 at 8:51 pm #368646srry probably bad cache from my browser
thanks a million m8
gonna tag this as solved nowthanks again
AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 3 voices, and was last updated by a7medo778 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
small mega menu issue
Viewing 11 posts - 1 through 11 (of 11 total)