Comments laurenhabermehl started the conversationOctober 4, 2019 at 9:07pmHi there,I'd like to disable my sidebar widgets on mobile devices. I'd like to have it disabled for the tablet vertical breakpoint and also the breakpoints for phones vertical and horizontal. Can this be accomplished with some custom css?Thanks!Lauren 2,700PenciDesign repliedOctober 5, 2019 at 2:59amHi,Please try add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 1169px) and (min-width: 961px){ .penci-single-style-10 .penci-single-s10-content, .container.penci_sidebar #main{ width: 100%; padding-right: 0; float: none; } .penci-sidebar-content{ display: none; } } @media only screen and (max-width: 767px) { .penci-sidebar-content{ display: none; } } Best Regards,PenciDesignlaurenhabermehl repliedOctober 5, 2019 at 2:01pmWonderful! That did the trick. Thanks so much for the quick help. Sign in to reply ...
Hi there,
I'd like to disable my sidebar widgets on mobile devices. I'd like to have it disabled for the tablet vertical breakpoint and also the breakpoints for phones vertical and horizontal. Can this be accomplished with some custom css?
Thanks!
Lauren
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Wonderful! That did the trick. Thanks so much for the quick help.