• Resolved Franpuarr

    (@franpuarr)


    Hi, help please. With this plugging I can hide the sidebar of pages in the view of mobile devices? Thank you very much for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Joachim Jensen

    (@intoxstudio)

    It is not supported out of the box, but since you can add any CSS to your content aware sidebars, you could make a CSS class like this:

    
    @media (max-width: 760px) {
    .hidden-mobile {
        display:none;
    }
    }
    

    and then add “hidden-mobile” to the sidebar CSS.

    I hope this helps!

    Thread Starter Franpuarr

    (@franpuarr)

    Thank you very much for the help, very kind. Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide sidebar mobile view’ is closed to new replies.