Home Forums WoodMart support forum Mega menu set to full width is not real full width Reply To: Mega menu set to full width is not real full width

#149198

Hello,

As your mega menu is not shown to full width and there is a blank space on the left side. It seems your custom css code or some third party plugin conflicts with the styling. So to fix the issue you can use the below css code in Theme Settings >> Custom Css >> Global Custom Css:

.sub-menu-dropdown .vc_column_container>.vc_column-inner{
padding-left:0px;
}

Result: https://jmp.sh/VXvWiN8

Best Regards.