Viewing 6 reply threads
You must be logged in to reply to this topic.
Hi,
Hamburguer menu does not appear in mobile size.
What I have to do?
Hello,
Can i see a link of the site? If you post some some wp credentials in a private reply, we can check it closely.
Best regards!
Hello,
I can’t access the admin panel, too many redirects. But try this up first: add a “Tools” element in the header (beside logo). Uncheck all tools elements if you do not want to show them.
Let me know if you can see the mobile menu after this.
Best regards!
Now it shows it in a medium size, but not in the smallest
Hello,
You can customize it using css. Add this code into your Custom Css box:
@media (max-width: 991px){
.cl-mobile-menu-button {
width: 45px;
margin-right: 70px;
}}
Change values to your wish.
Best regards!
You must be logged in to reply to this topic.