Hello!
The design of the mega menu is really nice but I cannot add more than 6 sub-categories
The problem is, I really want to use the mega menu but I have a lot of categories.
It’s possible to add more than 6 sub-categories?
Thank you.
My website: http://www.gravure-idols.com/
Hi Dean,
I had this issue too – the following might help you fix it.
https://forum.tagdiv.com/topic/mega-menu-sub-categories/
Martin
Hi,
I can fix it now, it’s very nice and working great thank you academicdigital! But did you find the solution for the white background? In the style.css maybe?
Oh yeah – there was another post somewhere with that.
I think
.td_block_mega_menu .td_block_inner {
height: 350px;
}
should do it (changing the height to whatever you need of course).
Cheers,
Martin
Amazing, thank you again it’s working (not 100% but it’s better already).
Anyway for a future update it will be great to add more possibility for the mega menu, like the mega menu plugin maybe.
Thank you again!
Oh for the background I know how to do! I just change the line “margin-bottom: 53px;” for exemple 150 px and no problem with the background anymore (with 10 sub-categories)
.td_mod_mega_menu {
width: 22.0703125%;
float: left;
margin-bottom: 53px;
padding-top: 21px;
margin-left: 2.34375%;
}
No need to add height here:
.td_block_mega_menu .td_block_inner {
height: 350px;
}