update home,about,solutions
This commit is contained in:
@@ -515,6 +515,19 @@ export default function Header() {
|
||||
background-color: #ffffff !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
/* The theme reveals the mobile slide-in menu via Elementor's
|
||||
body[data-elementor-device-mode="mobile"] rules, which are set by
|
||||
Elementor's frontend JS — that JS isn't shipped in this Next port,
|
||||
so the panel stayed display:none and the hamburger opened nothing.
|
||||
Restore it with the same 1024px breakpoint the nav already switches
|
||||
at. The panel sits off-screen (right:-320px) until .active slides
|
||||
it in, matching production behaviour. */
|
||||
@media (max-width: 1024px) {
|
||||
#masthead .elementor-widget-logico_navigation_menu .mobile-header-menu-container {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
`,
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user