-
AuthorPosts
-
David Porré Friend
David Porré
- Join date:
- September 2014
- Posts:
- 194
- Downloads:
- 44
- Uploads:
- 5
- Thanks:
- 23
- Thanked:
- 9 times in 1 posts
February 24, 2015 at 3:53 pm #204081Hello,
I would like to stick my mega menu on bottom of page and have submenu drop up instead of down.
Would that be possible ? Any idea how ?
Hoping for answers,
David aka Shapeschavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 25, 2015 at 7:18 am #560600You can achieve this by customizing the Menu Style using some css changes. In case might need some javascript help too. Since this is a customization work. you need to get help from joomlancers.com
David Porré FriendDavid Porré
- Join date:
- September 2014
- Posts:
- 194
- Downloads:
- 44
- Uploads:
- 5
- Thanks:
- 23
- Thanked:
- 9 times in 1 posts
February 25, 2015 at 7:29 am #560602Hello,
Thanks for your answer, I just wanted to know if at least it was possible, and if someone had allready achieved this to win some time and avoid trying what’s not possible.. 😉
If you tell me it should work, I’ll spend some time on it, and come back to share it here if I succeed.Best regards,
David aka Shapeschavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 25, 2015 at 7:45 am #560608check this conversation http://www.joomlart.com/forums/topic/drop-up-mega-menu-for-t3/
but this is a old conversation. made years ago.
David Porré FriendDavid Porré
- Join date:
- September 2014
- Posts:
- 194
- Downloads:
- 44
- Uploads:
- 5
- Thanks:
- 23
- Thanked:
- 9 times in 1 posts
March 19, 2015 at 12:20 pm #563765Well, it was much easier than I thought, no need to edit js, just css.
So this is what I wrote in custom.css :
.t3-mainnav {
position: fixed;
bottom: 0;
height: 60px;
width: 100%;
background: #FFF;
z-index: 9999999999;
}
.t3-mainnav .container {
position: relative;
margin: 0 auto;
text-align: center !important;
}
.t3-mainnav .t3-navbar {
margin: 0 auto;
color: #000 !important;
}
.navbar-nav {
float: none;
margin: 0 auto;
}
.navbar-nav > li {
float: none;
display: inline-block;
}
.dropdown-menu {
position: absolute !important;
top: auto !important;
bottom: 60px !important;
}I also needed to center the menu on screen.
Hope this will be usefull.
Best regards,
David aka Shapes -
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by chavan 9 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum