Comments ChristianWarta started the conversationOctober 30, 2020 at 1:47pmHi, just a quick question. Is it possible to hide the vertical navigation on a desktop, like on mobile screens? It would be great if visitors could open and close the vertical menu instead of showing it permanently. 2,701PenciDesign repliedOctober 30, 2020 at 3:05pmHi,Please try add more this code to Customize > Custom CSS to do that: .penci-vernav-enable.penci-vernav-poleft .wrapper-boxed{ padding-left: 0; } .penci-vernav-toggle{ display: inline-block; } .penci-menu-hbg.penci-menu-hbg-left { transform: translateX(-330px) !important; -webkit-transform: translateX(-330px) !important; -moz-transform: translateX(-330px) !important; } Best Regards,PenciDesign Sign in to reply ...
Hi, just a quick question.
Is it possible to hide the vertical navigation on a desktop, like on mobile screens? It would be great if visitors could open and close the vertical menu instead of showing it permanently.
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign