Viewing 6 reply threads
You must be logged in to reply to this topic.
I am having a minor issue with the shop theme’s menu at one specific zoom level. Haven’t tested on any mobile devices yet, but I see the same issue on your demo site’s menu. Is there any way to make the mobile menu come up one zoom level sooner? I don’t know the exact screen size that I want the change to occur, but I can play with it if you can give me some custom CSS that could do this. It is occurring at 175% zoom level.
Here is a screenshot.
Hello,
I can’t see the screenshot, can you please send it again or give us your site url?
Best regards!
Sorry it was showing up in the feed on my end, so I thought it was visible. Try this drive image.
https://drive.google.com/file/d/0B5CmoOfykvw2eU8tU1JuQ0VQdUk/view?usp=sharing
Thanks
Hello,
Sorry for the inconvenience.
Please add this css code at Custom Css Code in general options:
@media (max-width: 979px){ nav .menu { display: none;} }
Best regards!
Okay, at 979px nothing changed. But when I changed to 1079px, the menu disappeared altogether at that zoom level. Which is better, now I just need to have the mobile navigation menu come up as well.
Thank you.
What CSS code can I use that will show the responsive mobile menu at that zoom level? I don’t want there to be some screen sizes that display no menu, or a broken menu.
Also, I have made various attempts to try to center align my sub menus under my primary navigation. What code should I try for this?
I just purchased another copy of your fine theme for a medical site. I really love it! Thanks for your support.
You must be logged in to reply to this topic.