[Resolved] How can I deactivate Second navigation on mobile view? :)

Home Forums Support [Resolved] How can I deactivate Second navigation on mobile view? :)

Home Forums Support How can I deactivate Second navigation on mobile view? :)

  • This topic has 5 replies, 2 voices, and was last updated 2 years ago by David.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2145291
    Jenny

    Hello together πŸ™‚

    Can you help me with 2 Questions, please?

    > How can I deactivate Second navigation on mobile view? πŸ™‚
    > How can I set the logo bigger on mobile view?

    https://ibb.co/Jq21NJB

    Thanks for helping me πŸ™‚
    Jenny

    #2145333
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to the site so i can take a look at whats needed ?

    #2145335
    Jenny

    It’s under construction :/ But I can give you a login.

    #2145347
    David
    Staff
    Customer Support

    Try:

    1. Remove secondary nav on Mobile:

    @media(max-width: 768px) {
        #secondary-navigation {
            display: none;
        }
    }

    2. Increase logo size:

    #mobile-header .mobile-header-logo img {
        height: 100px;
    }
    #2145357
    Jenny

    Perfekt – thanks a lot πŸ™‚

    #2145371
    David
    Staff
    Customer Support

    You’re welcome

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