Dropdown menu on Turbo theme not working on mobile

Hello,

I am using a turbo theme for my website that has been customised by an agency.

On my site https://vertjade-maroquinerie.fr/, I have a mega menu with dropdowns. On mobile devices if I open a dropdown it might not all fit and it won’t let me scroll down. Do you have any ideas how to make it scroll until the end of the dropdown menu ?

Thank you for your help

Hi @bgarez ,

Please do the following.

  1. Go to Admin store > Online store > Themes > Edit code
  2. Open the custom.scss file under the Asset folder. Then paste the code below
@media only screen and (max-width: 798px) {
.CV_main_list_inner {
height: unset !important
}
}

Awesome, it is working. Thanks a lot

1 Like

thank you

I do not see a custom.scss file in the Asset section. Could it be under a different file or could I just create a new file?