Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • lailuluelo Friend
    #980505

    Hello,

    I want to have my menu deployed instead of folding

    I have this: https://s10.postimg.org/kd52vmmih/plegado.jpg

    I want to have this all the time, to see all menu items all the time. https://s10.postimg.org/g2qf01hfd/desplegado.jpg

    Can you help me?, thanks.

    Pankaj Sharma Moderator
    #980528

    Hi
    as i understand you would like to show the submenu in Joomla menu module .
    You can apply the suggestion given in this thread for this issue .

    Hope it helps .

    lailuluelo Friend
    #980588

    Hello,

    I just do it, modifiying custom.css and does not work. Could you please help me?

    @pankaj Sharma, I just create a user for support

    Thanks

    Pankaj Sharma Moderator
    #980750

    Hi
    Kindly replace the older code with this code

    
    .t3-sidebar .nav-pills .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;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)

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

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