Viewing 3 reply threads
You must be logged in to reply to this topic.
Hey there –
I’m using the Picante theme in wordpress and my hamburger menu isn’t showing up on mobile. Ideas on how to fix?
martymundy.com
thanks,
Marty
Hello,
I checked the site but the menu looks just fine. Please see the screenshots:
https://postimg.cc/image/vqvqw13zb/
https://postimg.cc/image/ffvmzm4bb/
Are you not getting this? Let me know.
Best regards!
Hey Mihaila –
My phone is older and the screen less wide. If I go horizontal on my phone, it’s there – just not with a more narrow screen.
Thanks!
Marty
Hello,
Please add this code into your Customize > General > Custom Codes > Custom Css box:
@media (max-width: 340px){
.extra_tools_wrapper {
display: block !important;
visibility: visible !important;
}}
Let me know if this fixes it.
Best regards!
You must be logged in to reply to this topic.