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
October 9, 2019 at 7:16 am
#149198
Aizaz Imtiaz Awan
Keymaster
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.