Comments oooff123 started the conversationMarch 20, 2020 at 7:16pmHi, i'm using the generic magazine with the sidebar to the right. Is there a way to not display the sidebar on mobile & tablets?Thanks! 2,700PenciDesign repliedMarch 21, 2020 at 2:36amHi,On the mobile & tablets - the screen is too small ( about 300 - 600px ) and the sidebar has the width is 340px.. So, It can't be display sidebar on the right on mobile or tablet because it will make your content so small and look broken..Best Regards,PenciDesignoooff123 repliedMarch 21, 2020 at 7:26amHi, thanks for the reply.I wish to remove the sidebar completely from the screen (display: none;)currently it drops to the bottom when viewed on mobile. 2,700PenciDesign repliedMarch 21, 2020 at 1:35pmHi,Please add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 768px){ .penci-sidebar-content{ display: none; } } Best Regards,PenciDesign Sign in to reply ...
Hi, i'm using the generic magazine with the sidebar to the right. Is there a way to not display the sidebar on mobile & tablets?
Thanks!
Hi,
On the mobile & tablets - the screen is too small ( about 300 - 600px ) and the sidebar has the width is 340px.. So, It can't be display sidebar on the right on mobile or tablet because it will make your content so small and look broken..
Best Regards,
PenciDesign
Hi, thanks for the reply.
I wish to remove the sidebar completely from the screen (display: none;)
currently it drops to the bottom when viewed on mobile.
Hi,
Please add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign