Tagged: navigation
Hi,
I updated my enfold theme to the latest version but now when I view my website on mobile phones and scroll to the right side, I see all the navigation visible!
http://www.imagesup.net/pm-214231720894.png
If you want to see the error, resize the browser window and press the right arrow key on the keyboard.
Please advice
Hi tamaranfibeitek!
This will be fixed in the next update. Meanwhile please paste the following code to your Quick CSS:
#wrap_all { position: relative !important; }
Best regards,
Rikard
Hi Rikard –
I’m having the same problem over at http://pioneerinst.wpengine.com/ (hosted on WPengine)
That bit of CSS helped move the mobile navigation block to the right edge of the website container, but it is still visible when the browser window is wider than the 1130px with website container.
See screenshot here: http://pioneerinst.wpengine.com/wp-content/uploads/enfold_mobilenav_screenshot.png
I tried using “overflow:hidden;” in a couple of places, but didn’t have any luck.
Thoughts?
Scott Graves
Solved the problem with simple a CSS modification:
.boxed #wrap_all { overflow: hidden; }