-
-
Hi again,
I have some problems with the main navigation on mobile devices and tablets in portrait mode:
- I have chosen to use the overlay menu with a 20% width on desktop. But on mobile/tablet devices the menu does not appear at all when tapping the hamburger icon. I do not need to have a 20% width on mobile/tablet devices, I think a full overlay is better because of the narrow screen. Isn’t that possible?
- Is it possible to center the logo?
- Is it possible to make the navigation sticky just like it is on desktop?
Thank you,
Paw -
Hello,
1-I can see the issue. We are checking it now and will come back with a custom code for you to use. Also we will update this in the next theme update.
2-The logo in mobile is centered to it’s section (middle column). To move it right/left even more, please add this code into Customize > General > Custom Codes:
@media (max-width: 991px){ .header-row .header-row-inner .c-middle { padding-right: 45px !important; } }
Change the value to your wish.
3-Yes, add this code inside the
@media (max-width: 991px){
block above:.header_container.cl-header-sticky-ready { background-color: #00491a; position: fixed !important; z-index: 5000000000 !important; width: 100%; }
Best regards!
-
Hi Mihaila,
Thank you for helping me.
Everything is working, except the hamburger icon had disappeared.
I also want it to slide smooth down from the top when scrolling just like on desktop, and hide the open menu after click on a menulink on a one page layout.I think this is to much customizing, so I’m all fine using a responsive menu plugin. No problem.
Do you have any plans including these features in the next theme update?
Best regards,
Paw -
Hello,
Yes, of course. I have already notified the developers and this is added to the next theme update to-do list.
Let me know if there is anything else i can help.Best regards!
-
Hi,
Okay sounds really great! Thank you. Looking forward to the update.
That is all for now.
Best regards,
Paw
-
You must be logged in to reply to this topic.