Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
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!
test27
Solved! Go to the solution
This is an accepted solution.
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
This is an accepted solution.
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
its my pleasure to help us
User | RANK |
---|---|
236 | |
101 | |
92 | |
56 | |
42 |