Home › Forums › WoodMart support forum › HTML Blocks Lighting Mega Menu › Reply To: HTML Blocks Lighting Mega Menu
November 21, 2019 at 11:24 am
#158178

Aizaz Imtiaz Awan
Keymaster
Hello,
The code for that html block which you pointing out in the attachment is inside the file below:
There is no such option for “Fullscreen”. To change the width of that mega menu you have to define a custom CSS class inside the menu item and then used the below CSS code in Theme settings >> Custom CSS >> Global Custom CSS:
.controlWidth .sub-menu-dropdown{
width: 935px !important;
}
Screenshot: https://jmp.sh/HMXyVpT
Best Regards.