Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • osseo Friend
    #973075

    Hi,
    I’m using the most current version of Joomla and JA Unversity template.
    On this page: http://district279.org/teach-learn/digital-learning
    We have a menu on the right side and I can’t get it to display all the sub-level items so they stay on the page, it only pop up on the window even thought I have it "Show sub-menu items" enabled.
    For example, when people click on "iPads", instead showing the sub items in the "pop-up" menu, I want it to show under "iPads" and it stays on the page. I think it might likely be the template override issue? Can you help with this? Thanks!

    Please help, thanks.
    Emily

    Pankaj Sharma Moderator
    #973202

    Hi
    do u mean you would like to show the submenu all the times in the sidebar menu module ?

    osseo Friend
    #973411

    Yes, so the sub level menu items will stay on the page instead of in "pop up" menu when they mouse over. Thanks.

    Pankaj Sharma Moderator
    #973626

    Hi
    Go to /css/custom.css file and add below code

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

    Save and check .

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

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 7 months ago.

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