Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi. I’m almost done with the website I’m creating using Specular theme, which works very well.
I just have one problem in mobile version.
The menu icon isn’ visible in any mobile device I could test with Chrome developer tool.It ain’t working on my Iphone 5, too. I think the menu icon is too far on the right.
http://www.martecomunicazione.com/ns
Any suggestion?
Thanks.
Hello,
Please add this code into your custom css box:
@media (max-width: 979px){
.header_5 .mobile_small_menu { display: block;}
}
One of you other plugins or some script/css you may have added, has disabled the default display of small menu. By adding the code above it will display ok again.
Best regards!
You must be logged in to reply to this topic.