Site logo

Archived topic

How to get sidebar widgets to show up on mobile

5 replies · Started by Tom on August 17, 2020

Viewing posts 1–6 of 6

Hi there,

Can you disable the caching plugin so I can take a closer look at the code?

Looks like you've added this CSS that's hiding the sidebar on mobile:

@media (max-width: 768px) {
    .separate-containers .site-main {
        margin: 0;
    }
    #right-sidebar {
        display: none;
    }
}

Ah got it, sorry I didn't check the custom CSS part. Do I just remove the entire code or just the #right-sidebar part?

Try removing the entire block. I believe those two go together.

This archived topic is closed to new replies.