[Support request] How to get sidebar widgets to show up on mobile

Home Forums Support [Support request] How to get sidebar widgets to show up on mobile

Home Forums Support How to get sidebar widgets to show up on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1406494
    Tom

    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

    #1406596
    Leo
    Staff
    Customer Support

    Hi there,

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

    #1407934
    Tom

    Hi Leo,

    Yes I have turned off caching. Please use this page to troubleshoot: https://www.thedermdetective.com/demo-page/

    Thanks,
    Tom

    #1407967
    Leo
    Staff
    Customer Support

    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;
        }
    }
    #1407977
    Tom

    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?

    #1407985
    Leo
    Staff
    Customer Support

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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.