Fix the dropdown menu layout 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.

Please assist.

Thank you!

The store is https://dronehub-ph.myshopify.com/
Password - iatsau

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.
<style>
@media only screen and (min-width: 600px) {
div#MegaMenu-Content-11 {
    left: -207px !important;
}
}
</style>
  • Here is the result you will achieve:

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