More than 5 Sub Categories in Menu

Posted in: Newspaper
Post count: 9

Hi there:

i Have boon following your documentation to create the menus on my Website but i have notice that the maximum sub categories or child menus is 5, i have notice as well that is enough room for a couple more and i wanted to know if there is any chance to add them or not (and how to do it).

Thanks in advance for the tip

Post count: 7909

Hi,

You have to edit td_menu.php and change this value: http://screencast.com/t/VRtzKpAAy

Thanks!

Post count: 17

Thanks, however when I do that the bottom menu option is so close to the bottom of the mega menu. Is there a way to provide more space below so it doesnt look so squished to the bottom?

Post count: 7909

Hi,

You can try to add margin bottom there. You can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/RpKuRz7Dzwt

.block-mega-child-cats {
margin-bottom: 20px;
}

Thanks!

Post count: 17

That helps however now the white doesnt go down to the bottom and there is a grey section below the menu. A solution for this?

Post count: 7909

Hi,

Please try this custom css – http://screencast.com/t/c6TO8mdk

.td_block_mega_menu .td_block_inner {
padding-bottom: 20px;
}

Thanks!

Post count: 17

Thank you!

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