Mega Menu Dropdown is Not Full Width – CSS Override Needed
-
Hello ElementsKit Support Team,
I am using your plugin to create a 5-column mega menu. The dropdown menu is stuck in a “boxed” layout and is not becoming full-width.
I am using the Hello Elementor theme, and my header is built with the “Header, Footer & Blocks” plugin. An Envato template kit is also active.
We have confirmed the issue is an inline style (e.g.,
style="width: 750px;") being added by JavaScript, which is overriding our custom CSS. We have tried many CSS overrides in the WordPress Customizer, including the following, but none have worked:CSS
.ekit-wid-con .ekit-megamenu-panel { width: 100vw !important; } #ekit-megamenu-main-menu > .elementor-container { max-width: none !important; } header.uael-header-builder > .elementor-container { max-width: 100% !important; }Could you please provide the correct CSS snippet to override your plugin’s script and force the mega menu dropdown to be full-width?
Thank you for your help.
You must be logged in to reply to this topic.