Submenu disappears at mobile view (VENTURE THEME)

Hi there, anyone able to help me with that? i dont know why submenu on mobile view disappear.

I will send by pm preview url or any file its needed. Thanks community!

1 Like

@SHIBdev

sorry for that issue can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media screen and (max-width: 768px) {
.meganav {margin-left: 0;}
}

After code result.

1 Like

@KetanKumar Thanks a lot sir! appreciate everything you do for community! have a good day!

1 Like

@SHIBdev

its my pleasure to help us

1 Like