• Resolved ebphillips

    (@ebphillips)


    Hello,

    I would like to show a right sidebar on posts and pages in the desktop layout, but hide the sidebar when the site is viewed on mobile or tablet. Also, is it possible to show one footer on desktop and another on mobile/tablet?

    Thanks,
    Erika

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, for the footer, by default, no, but you can maybe display different widgets with a plugin.
    For your sidebar, add this CSS code in the Custom CSS section of the customizer:

    @media only screen and (max-width: 959px) {
    .widget-area.sidebar-primary {
        display: none;
    }
    }
    Thread Starter ebphillips

    (@ebphillips)

    Perfect, thank you!!

    Thread Starter ebphillips

    (@ebphillips)

    One more question. I would like to put a Mailerlite sign up form in my footer, but I would like it to match the style of the other OceanWP widgets. Is there a way to do that?

    Theme Author oceanwp

    (@oceanwp)

    You’re welcome ??
    For your form, you will probably need to do custom CSS

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide sidebar on mobile and tablet view’ is closed to new replies.