Site logo

Archived topic

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

5 replies · Started by Jenny on March 7, 2022

Viewing posts 1–6 of 6

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

Hi there,

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

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

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;
}

Perfekt - thanks a lot :)

You're welcome

This archived topic is closed to new replies.