Hello,
I am loading a menu via a T4 custom module to selected pages. However, when the window is smaller, the menu disappears. Please advise.
https://prnt.sc/RPTRioeuMZNe
Menu loaded via T4 custom module disappears in smaller windows
Hi
I added this custom CSS on your site to show this section on small screen size:
@media (max-width: 991px){
#t4-section-1 .t4b-header.t4b-header-4 .header-info {display: block;}
.t4b-header.t4b-header-4 .t4b-header-menu {display: block !important;}
}
However, it looks like you're trying to show the megamenu on mobile view which will not work that way as it supports desktop view only.
saguaros Thank you. However, it is not displaying;
- the right menu
- visually well
Please see attached screenshots;
The menu that should appear is that of the department concerned on that page instead of the main menu of the website.
Even if it shows as a mobile menu icon it should be ok.. only that the options should appear on small screens because it is the navigation menu for a specific department within the faculty.
Kindly advise.
It looks like you're using maximenuck module, is that ok now?
saguaros Yes.. the module solved the issue we were having with the pagebuilder version. Thank you.