Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • charleyhankins Friend
    #204866

    My side menu is displaying submenus as a flyout.

    I would prefer them to open up underneath the selected item.

    How do I change that?

    Thanks,
    CH

    Ninja Lead Moderator
    #564216

    What did you expect the submenu on your site?

    Please give me the screenshot and describe on that, I will help you to check it further


    1. Screen-Shot-2015-03-23-at-16.21.07
    charleyhankins Friend
    #564259

    This is what I’m getting:

    This is what I would prefer:


    1. A50regc
    2. m33hAm4
    Ninja Lead Moderator
    #564369

    This way will help you to fix the problem on your site.

    Open templates/ja_university_t3/css/custom.css file and add new css style below


    .nav-pills .dropdown-submenu > .dropdown-menu {
    position: initial;
    display: block;
    float: initial;
    background-color: initial;
    border: 0px solid #cccccc ;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.175) ;
    box-shadow: 0 0px px rgba(0,0,0,0.175) ;
    }

    .nav-pills > li .dropdown-menu > li.open > a:hover {
    color: #373737 ;
    }

    .nav-pills > li .dropdown-menu > li > a, .nav-pills > li .dropdown-menu > li > a:hover {
    border-bottom: 1px solid #e7e7e7 ;
    color: #373737 ;
    }

    .nav-pills > li > .dropdown-menu:after {
    border-bottom: 0px solid #2a3b4d ;
    }

    .nav-pills > li.dropdown-submenu > a:after {
    border-width: 0px;
    }

    charleyhankins Friend
    #564452

    Thanks. That worked great. Except that the text is not wrapping.

    I had added “word-wrap: break-word;” to the css, but, it seemed to have no effect.

    Thanks,
    CH


    1. TfsTOib
    Ninja Lead Moderator
    #564486

    Maybe the text in submenu is very long, you can fix it with the css style below


    .nav-pills > li .dropdown-menu > li > a {
    white-space: pre-wrap !important;
    }

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum