• When I view a post on mobile, the sidebar disappears. I would expect it to move to the bottom of the page like on most WordPress themes. Is this common with this theme?

    Is there a way to fix it? I’ve tried all the common fixes that I could find.

    Thank you!

    • This topic was modified 4 years, 9 months ago by mominny.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @mominny,

    To show the sidebar in mobile devices please apply the below given css under Appearance -> Customize -> Additional Css-

    @media (max-width: 685px) {
    .single #sidebar {
    display: inherit !important;
    }
    .single .layout-sidebar-right #sidebar{
    width: 100%;
    clear: both;
    }
    }
    

    Kind regards,

    Manoj

    Thread Starter mominny

    (@mominny)

    Thank you.
    I added that and it didn’t help. Any ideas?

    Hello @mominny,

    Please remove the above css and apply the below listed css.

    @media (max-width: 685px) {
    .single #sidebar {
    display: inherit !important;
    }
    .single.layout-sidebar-right #sidebar{
    width: 100%;
    clear: both;
    }
    }
    

    Kind regards,

    Manoj

    Thread Starter mominny

    (@mominny)

    I tried that and it still doesn’t work.
    Any other ideas what could be wrong?

    Thanks for your time.

    Hello @mominny,

    We have checked at the site, its coming fine.

    For better understanding please refer the below listed screenshot-

    OnPaste.20200227-175010

    Kind regards,

    Manoj

    Thread Starter mominny

    (@mominny)

    I’m sorry about the bother. It’s showing up now.

    I think it had something to do with my phones cache, because it’s showing up in incognito mode and on other devices.

    Thanks for the help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Sidebar disappears in mobile’ is closed to new replies.