Limit items in Mega Menu

Posted in: Newsmag
Post count: 28

Hi,

How can I list only 4 items per mega menu instead of the default 5?

I have a drowndown “topics” section, with each category then as a Mega Menu. Because of this, it overlaps the design. You can see it on: http://n4bb.com/

Thanks,

Post count: 7909

Hi,

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

Thanks!

Post count: 28

Ok, great, that worked. However, the container did not resize.

Where can I edit that? please see photo: http://i.imgur.com/9ZxhXlw.png

Thank you!

Post count: 7909

Hi,

The MegaMenu was not designed to work like that. You can see in our documentation that MegaMenu on categories can be created with/without subcategories like this: https://forum.tagdiv.com/menus-newsmag/
If you want to use it like on your site you will need custom work for that.
Any way you can use this css code for megamenu width in Theme Panel > Custom Css: http://screencast.com/t/hMUEHuCPq

.sub-menu .td-mega-menu ul{
width:847px !important;
}
.sub-menu .td-mega-menu ul .td-mega-row{
padding-left: 15px;
}

Result: http://screencast.com/t/fsX5GuJRuG

Hope this helps!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.