Site logo

Archived topic

Secondary Menu on mobile version

1 reply · Started by Jenny on February 26, 2023

Viewing posts 1–2 of 2

Hello :),

is there a possibility to deactivate the secondary menu just on mobile version?
https://ibb.co/7Xcy3tT

Can anybody have a look?
Thank you,
Jenny

Hi there,

try adding this CSS:

@media(max-width: 768px) {
    #secondary-navigation {
        display: none;
    }
}
This archived topic is closed to new replies.