Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #69931
    Antonio Rodriguez
    Participant
    Premium Member

    Hi,

    Could you add an option to hide the sidebar menu on phones? Perhaps in the “responsive” options panel.

    Thanks a lot.

    #69937
    vako
    Keymaster
    WP Royal Team

    Hi  Antonio,

     

    At first, thank you for choosing our theme and service.

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    @media screen and (max-width: 979px) {
    
    .main-nav-sidebar {
    
    display: none;
    
    }
    
    }

     

    Kind Regards

    #69939
    Antonio Rodriguez
    Participant
    Premium Member

    Hi vako,

    Thank you so much. It works nicely.

    Isn’t easier for you guys to add an option into the responsive panel tho?

     

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.