[Support request] Mobile Nav Menu – Buttons too big

Home Forums Support [Support request] Mobile Nav Menu – Buttons too big

Home Forums Support Mobile Nav Menu – Buttons too big

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #515171
    alzate1985

    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!!

    #515267
    Tom
    Lead Developer
    Lead Developer

    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;
        }
    }
    #515630
    alzate1985

    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!!

    #515879
    Leo
    Staff
    Customer Support

    Are you able to link me to your site?

    You can edit the original topic and use the private URL field.

    Let me know.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.