Comments Giuliawebdesign started the conversationMarch 5, 2021 at 11:47amHi, I'd like to hide the Homepage main sidebar just on mobile, is it possible? 2,700PenciDesign repliedMarch 5, 2021 at 1:25pmHi,You can try adding more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 480px){ .penci-sidebar-content{ display: none; } } Best Regards,PenciDesignGiuliawebdesign repliedMarch 5, 2021 at 1:42pmIt works perfectly! Thanks! Sign in to reply ...
Hi, I'd like to hide the Homepage main sidebar just on mobile, is it possible?
Hi,
You can try adding more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
It works perfectly! Thanks!