Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2586260
Vertical Navigation
Closed

Comments

  • ChristianWarta started the conversation

    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.   

  •  2,699
    PenciDesign replied

    Hi,

    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