Archived topic
How to get sidebar widgets to show up on mobile
5 replies · Started by Tom on August 17, 2020
Hi, I'm having trouble figuring out how to get sidebar widgets to show up at the bottom of the post in mobile. I believe this is supposed to happen automatically?
For example, this post: https://www.thedermdetective.com/best-chemical-peel-for-hyperpigmentation/
Thanks,
Tom
Hi there,
Can you disable the caching plugin so I can take a closer look at the code?
Hi Leo,
Yes I have turned off caching. Please use this page to troubleshoot: https://www.thedermdetective.com/demo-page/
Thanks,
Tom
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.