Comments Jelani started the conversationApril 21, 2020 at 2:02pmHow 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,114Max repliedApril 21, 2020 at 2:26pmHi 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 repliedApril 21, 2020 at 3:41pmThank you! Just curious, why isn't it recommended? 1,114Max repliedApril 21, 2020 at 4:23pmBecause 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 Sign in to reply ...
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.
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
Thank you! Just curious, why isn't it recommended?
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