Okay
  Public Ticket #2370998
Sidebar & Mobile
Closed

Comments

  • Jelani started the conversation

    How can I show the sidebar on mobile devices? When it's the mobile view, the sidebar disappears. If possible, I would like it to wrap and show under the post. 

  •  1,103
    Max replied

    Hi Jelani,

    We dont recomment it but if you want to display it, you can add this to your custom css:

    @media only screen and (max-width: 849px){
    .sr_it-content-side {
        display: initial;
    }
    }



    Thanks,


    Max from the Sonaar.io Crew

  • Jelani replied

    Thank you! Just curious, why isn't it recommended?

  •  1,103
    Max replied

    Because you will have to adjust the responsive of the sidebar using custom css code to make it looks perfect.

    Thanks,


    Max from the Sonaar.io Crew