Hello, good afternoon!
I just need assistance on my Dropdown menu layout, on the last menu, if I click it, it goes beyond the border of the page, check the attached image for your reference.
The store is https://dronehub-ph.myshopify.com/
Password - iatsau
Please assist.
Thank you!
1 Like
Hello @Mabinibooks
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
@media only screen and (min-width: 990px) {
.header .mega-menu__content{
left: -406px;
z-index: 9 !important;
}
}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
1 Like
Thanks for the reply Niraj
1 Like