Change the layout border of the Dropdown menu in Trade Theme

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

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. 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
  • Here is the solution for you @Mabinibooks
  • Please follow these steps:

  • Then find the theme.liqid file.
  • Then add the following code at the before tag and press ‘Save’ to save it.

  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

Thanks for the reply Niraj

1 Like