Disappearing menu and phone number when mobile
This support request was posted in Paeon by sallyw
- sallyw March 16, 2016 at 3:50 pm
Hello. It’s me again.
When I check my website on mobile, the home page does not have the drop down hamburger menu option and our phone number doesn’t appear (just the social media icons).
I’m using an Android phone (Nexus). I have not been able to check it on Apple devices.
Let me know what I can do !!!
– Sally
Ricardo Aiello March 16, 2016 at 5:14 pmHi sallyw,
Thanks for reaching us. Don’t worry about the duplicate, I already removed the other thread so we can continue talking here.
The menu icon disappearing is probably caused by some customization, it’s not a theme issue (as you can see, it doesn’t happen in our online demo). But, in any case, you can force it to always show by entering this code in [ Nice Themes / Theme Options / Design & Styles / Custom CSS ]:
#header #toggle-nav { display: block; }
The phone number dissapearing is the intended behaviour, but you can force it to always show by entering this code in the same Custom CSS option:
.home-social .main-title .right { display: block; }
Please let me know if this solves your issues, and if I can be of further assistance.
Best,
Ricardo
sallyw March 16, 2016 at 5:45 pmThose worked perfectly! Thank you so much. Helpful as always.
– Sally
Ricardo Aiello March 16, 2016 at 6:24 pmHi Sally,
Glad to help! Thanks for the kind words 🙂
Let us know if there is anything else we can do for you.
Best,
Ricardo
This topic is marked as resolved
Only the topic author can re-open this thread.