Site logo

Archived topic

Remove widgets of sidebar in mobile

3 replies · Started by Diego Fernando on January 30, 2018

Viewing posts 1–4 of 4

Hello!

I have two widgets in sidebar, but I want these just for PC...

How Can I remove the widgets in tablets and mobile devices of the sidebar?

I tried with this code but I can't did it work:

@media (max-width: 768px) {
.widget .sidebar {
display: none;
}
}

Hi there,

Try this:

@media (max-width: 768px) {
    .sidebar {
        display: none;
    }
}

If this doesn't work, can you guide me to the specific page?

Hello Leo.

Thank you so much!

Done!

No problem!

This archived topic is closed to new replies.