Site logo

Archived topic

Hide a container on computer

7 replies · Started by Matthieu on January 14, 2021

Viewing posts 1–8 of 8

Hello, I would like to hide a container on my computer and display it on mobile.

How could I do that?

Thank you. 😃

It's perfect, thanks !

You're welcome

Hello, is there a css script to hide the top bar on computer / tablets ? Thanks.

Hi there,

Try this:

@media (min-width: 769px) {
    .top-bar {
        display: none;
    }
}

Perfect thank you so much !

No problem :)

This archived topic is closed to new replies.