Mobile Menu Toggle Off Center at 100% Width??
-
Hello everyone. I can’t seem to figure out what the heck is going on with my menu toggle on both Safari and Chrome my iPhone 5S. For a while now, it’s been at 75% width because whenever it’s at 100% (or even something in between 75% and 100%) it shifts the entire page over to the left a little when the menu is toggled open, making the whole page off-center. Can anybody figure out what’s going on?? My website is https://dgmono.com. Oh by the way it doesn’t do this in the desktop version of Chrome, perhaps because the page can’t get as narrow as it does on my phone…?
Also, here’s what my modified CSS is for the mobile menu toggle:
@media screen and (max-width: 639px) { .menu-toggle { width: 100%; padding: 9px 0 9px 0; font-size: 14px; text-transform: uppercase; margin-top: 12px; } }
(Note that as I’m working on this it may show up to you on your phone as either 75% or 100% width.)
- The topic ‘Mobile Menu Toggle Off Center at 100% Width??’ is closed to new replies.