I’ve been trying to align the mobile menu “open button” with the mobile menu “close button” I was able to get this to work in portrait mode but not in landscape mode on my iPhone. I tried using the code below but for some reason it won’t move the close button at all when I adjust the values. Can you please give me some quick css to do this? Thanks!
@media only screen
and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
a#advanced_menu_hide {
top: 40px;
right: 50px;
}}
Hey djshortkut!
I think we solved this already in another ticket from you. Why again? I checked and open+close button seem to be aligned nicely. Can’t see what you mean.
Cheers!
Andy
Yes, you guys helped me with this in another ticket but I could never get the adjust the close button in landscape mode to line up with the open button. No matter what values I enter in the above code, the close button does not adjust. They are close but not perfectly adjusted one over another like it is in portrait mode. I’m wondering if I have something in quick css conflicting with it or In portrait mode, it’s aligned perfectly with the close button right behind the open button with the code you gave me for that.
The only way to see what I am talking about, is to see an overlay. I took a screen shot with the menu opened and the menu closed and overlaid them with the opacity adjusted so you can see what I’m talking about and how they are not lining up in landscape mode. Hope this helps explain it better. Thanks!
Nevermind, I was finally able to figure it out by slightly modifying the code! You can close this thread now.