Hi,
There are 2 mega-menu options available, with or without sub-categories. Both are mentioned here in this guide
– https://forum.tagdiv.com/mega-menu/
Create your menus accordingly, without sub-categories if that is what you want.
Thanks
In that case a code like this will remove the sub-categories from the left of the mega menu and resize the whole menu grid
Before – https://www.screencast.com/t/jUPkIAbXyfvN
With code added – https://www.screencast.com/t/jzyRRIlZ
.td_mega_menu_sub_cats {
display:none;
}
.td-mega-menu ul.sub-menu {
width: 895px!important;
}
This code will affect all mega menus it’s current form. It could be made more precise if needed.
Thanks
Then use only the code that hides the sub-categories and increase the number of posts to 5 in this file
– https://www.screencast.com/t/1xOFDGkuvK
Result – https://www.screencast.com/t/UoJgGoRiY7