-
AuthorPosts
-
andbeyond Friend
andbeyond
- Join date:
- November 2011
- Posts:
- 55
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 19
- Thanked:
- 8 times in 1 posts
September 14, 2015 at 12:29 am #683590I am using t3_bs3_blank template.
When i set the mega-menu dropdown to justify it fills the entire window width.
I want it to be as wide as the menu container width (like the purity iii template where if you justify the menu it is the width of the main menu)
how would I do this?
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 14, 2015 at 8:01 am #683724Hi @andbeyond,
May I know your site url and temporary admin account via private reply so I can have a look first ?
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 14, 2015 at 8:01 am #748463Hi @andbeyond,
May I know your site url and temporary admin account via private reply so I can have a look first ?
andbeyond Friendandbeyond
- Join date:
- November 2011
- Posts:
- 55
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 19
- Thanked:
- 8 times in 1 posts
September 15, 2015 at 1:58 am #683958Unfortunately I can’t give log-in details. I am at the moment developing on a localhost.
I found a partial solution on another thread*, which is to modify custom.css with this :
.mega-dropdown-inner {
max-width: 980px;
width: 100%;
margin: 0 auto;
}The problem with that is I am now having some difficulties modifying the css for the items in the mega dropdown. The .mega-dropdown-inner class seems to applies to all the menu groups. That means when I put a shadow on the main menu container that shadow also applies to all sub-menu groups.
This is the thread I mentioned above:
http://www.joomlart.com/forums/topic/t3-mega-menu/1 user says Thank You to andbeyond for this useful post
andbeyond Friendandbeyond
- Join date:
- November 2011
- Posts:
- 55
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 19
- Thanked:
- 8 times in 1 posts
September 15, 2015 at 1:58 am #748553Unfortunately I can’t give log-in details. I am at the moment developing on a localhost.
I found a partial solution on another thread*, which is to modify custom.css with this :
.mega-dropdown-inner {
max-width: 980px;
width: 100%;
margin: 0 auto;
}The problem with that is I am now having some difficulties modifying the css for the items in the mega dropdown. The .mega-dropdown-inner class seems to applies to all the menu groups. That means when I put a shadow on the main menu container that shadow also applies to all sub-menu groups.
This is the thread I mentioned above:
http://id.joomlart.com/forums/topic/t3-mega-menu/1 user says Thank You to andbeyond for this useful post
andbeyond Friendandbeyond
- Join date:
- November 2011
- Posts:
- 55
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 19
- Thanked:
- 8 times in 1 posts
September 15, 2015 at 4:22 am #683985<em>@andbeyond 492272 wrote:</em><blockquote>
The problem with that is I am now having some difficulties modifying the css for the items in the mega dropdown. The .mega-dropdown-inner class seems to applies to all the menu groups. That means when I put a shadow on the main menu container that shadow also applies to all sub-menu groups.
</blockquote>I fixed this by creating an extra class through the mega-menu options in the backend of the template. I styled the css like this (mega-plus is the class i created):
.mega-plus > .mega-dropdown-inner {
max-width: 980px;
width: 100%;
margin: 0 auto;
background: #fff
box-shadow: 0 6px 12px #666
}That way box-shadow, background etc are specific to the menu container.
1 user says Thank You to andbeyond for this useful post
andbeyond Friendandbeyond
- Join date:
- November 2011
- Posts:
- 55
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 19
- Thanked:
- 8 times in 1 posts
September 15, 2015 at 4:22 am #748580<em>@andbeyond 492272 wrote:</em><blockquote>
The problem with that is I am now having some difficulties modifying the css for the items in the mega dropdown. The .mega-dropdown-inner class seems to applies to all the menu groups. That means when I put a shadow on the main menu container that shadow also applies to all sub-menu groups.
</blockquote>I fixed this by creating an extra class through the mega-menu options in the backend of the template. I styled the css like this (mega-plus is the class i created):
.mega-plus > .mega-dropdown-inner {
max-width: 980px;
width: 100%;
margin: 0 auto;
background: #fff;
box-shadow: 0 6px 12px #666;
}That way box-shadow, background etc are specific to the menu container.
1 user says Thank You to andbeyond for this useful post
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 15, 2015 at 10:21 am #684061Hi @andbeyond,
Glad to hear that you managed to sort it out. If you still have any question, feel free to let me know.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 15, 2015 at 10:21 am #748629Hi @andbeyond,
Glad to hear that you managed to sort it out. If you still have any question, feel free to let me know.
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by Adam M 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum