Okay
  Public Ticket #1323370
Side Menu Navigation
Closed

Comments

  • vigneshbhim started the conversation

    I am using the ‘side navigation dark’ template. My ‘projects’ menu tab has more than 8 submenu items in it. All are not displayed in the popout/dropdown since the navigation is fixed, and the sub menu height now obviously exceeds the monitor size.. Is there a way to add a scroll to the sub menu items? or better yet, can we have a ‘accordion style’ submenu?

  •  2,010
    Ocean replied

    Hello,

    1, Please send your link website and screenshot some images about your problem for me check.

    2, scroll to the sub menu items or ‘accordion style’ submenu is not support in the theme.

    Thank you

  • vigneshbhim replied

    http://capitaletters.in/

    Under the 'gallery' menu tab, there are actually 13 submenu items.. depending on monitor size, not all are showing.

    Mobile menu is correct. Everything showing.

  •  2,010
    Ocean replied

    Hello,

    I have a solution for your problem, try to custom your submenu:

    You can easy add custom css code in Archi Options -> Styling Options -> CSS Code: http://prntscr.com/gbgjxt

    @media only screen and (min-width: 993px) {
        .mainmenu li li a {
            padding: 5px 10px 5px 10px;    
            letter-spacing: 3px;    
        }
    }

    Thank you

  • vigneshbhim replied

    How do i change the top & bottom padding for the entire side navigation, and for the logo?

    I want the entire menu to move up a little. Is it possible?

  •  2,010
    Ocean replied

    Hello,

    You can easy add custom css code here: http://prntscr.com/gbgjxt

    @media only screen and (min-width: 993px){
        .de-navbar-left div#logo {padding: 15px;}
    }

    Thank you