Viewing 3 replies - 1 through 3 (of 3 total)
  • I’d recommend you post your issue in the theme support forum so the developers and support group there can help:
    https://www.ads-software.com/support/theme/quidus

    You could just add this to your custom CSS, but the widgets within your left sidebar will be displayed above your content, this is why the left sidebar is hidden from view at mobile widths.

    @media screen and (max-width: 955px) {
        .left-sidebar-wrapper {
            display: block;
        }
    }

    Hope this helps.

    • This reply was modified 7 years, 11 months ago by ThemeSumo.
    Thread Starter Rick Cheney

    (@rcstp)

    Thanks bdbrown, I was not aware of the support area specific for Quidus Theme. I would ask questions there but I don’t think very many people are scanning that forum. I don’t think the Theme authors are still supporting this theme. The last reply in that forum was a year ago.

    themeSumo, thank you soo much for the excellent help. I’m still trying to figure a few things out. I will reply again soon or start a new question.

    • This reply was modified 7 years, 11 months ago by Rick Cheney. Reason: checked out Theme forum and found no recent replies
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘sidebars left & right on desktop but left sidebar missing on responsive version’ is closed to new replies.