How to extend drop down menu - mobile view

Hi all,

On mobile view-only, the drop-down menu is cropped and you can’t scroll down to see past the first 2 pages (home and product). Can someone help me out, please? Thanks!

https://yoursimpleliving.com/

test27

1 Like

@Liz93

yes please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) {
.template-index .site-header {width: 100%;}
.mobile-nav-wrapper {z-index: 99;}
}

After code view

1 Like

Thank you @KetanKumar that worked!

1 Like

@Liz93

its my pleasure to help us

1 Like