crystalrain123
I create a new layout for mod_menu. You can try this way:
1- Download & unzip attached file, copy to this directory: root/templates/ja_university_t3 (your default template)/html/mod_menu/ (Create this folder if it doesn’t exist)
2- Add this custom CSS code into the file: root/templates/ja_university_t3 (your default template)/css/custom.css (Create this file if it doesn’t exist)
ul.show-all ul {
list-style: none;
margin: 0 0 0 20px;
padding: 0;
}
ul.show-all ul li {
padding: 5px 0;
}
ul.show-all li.parent > a {
font-weight: 600;
}
3- Go to admin panel > Extensions > Modules > open the Menu module of your site > Advanced tab > select the new layout show-all http://prntscr.com/inwitg
It will show all sub-menu items then.
Regards