• Resolved accend4web

    (@accend4web)


    Hi, great theme, loving it. I want to reduce the width of the menu that slides in from the right, its a bit too deep, so wondered if there a quick way to do this.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    Add this CSS code in the Customizer. You can adjust the values to the width you want:

    @media screen and (min-width: 784px) {
      .slide-menu, .singular .slide-menu {
         width: 400px;
      }
      
      .sidebar-open .site {
        left: -400px;
      }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Reduce width of the menu area’ is closed to new replies.