More categories in the mega menu?

Posted in: Newspaper
Post count: 15

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/

Post count: 30

Hi Dean,

I had this issue too – the following might help you fix it.

https://forum.tagdiv.com/topic/mega-menu-sub-categories/

Martin

Post count: 15

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?

Post count: 30

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

Post count: 15

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!

Post count: 15

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;
}

Post count: 30

Thanks for the update, that does work better 😀

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.