Archived topic
Mobile Nav Menu - Buttons too big
3 replies · Started by alzate1985 on March 8, 2018
Hi Tom, Leo
inkster.online/terrazas-de-oriente
I need some help with two topics.
1) The primary Nav Menu on mobile shows every button way too big. How can I customize buttons height just for mobile display?
2) I need to hide secondary nav on mobile. How can I achieve that?
Thanks so much!!
Hi there,
1. The mobile menu height option has a mobile option: https://www.screencast.com/t/GWBM68m51xYN
2. Try this CSS:
@media (max-width: 768px) {
.secondary-navigation {
display: none;
}
}
Thanks Tom for the quick answer. I think I achieved everything I need. But I wonder if there's a way to customize only the drop-down buttons on the mobile nav menu. I mean, I would like to have the menu height bigger than the buttons at the drop-down menu.
Thank you!!
Are you able to link me to your site?
You can edit the original topic and use the private URL field.
Let me know.