Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Berd Veen Friend
    #1003510

    Hello,

    The sub-menu on the right side has the sub-items shown as an mouse-over pull-down menu.
    Can the sub-menu items be shown as a tree structure? See my image.

    http://www.axiair.nl/_NIEUW/index.php/over-axiair/info-service


    1. menu
    Pankaj Sharma Moderator
    #1003645

    Hi
    Add below code in custom.css file

    .t3-sidebar .dropdown-submenu > .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;
    padding-left: 15px;
    }

    Hope it helps.

    Berd Veen Friend
    #1003816

    Hi,

    Yes this works! Great. And how can i handle the arrow? I want the arrow to point down
    I seen some css `
    .dropdown-submenu > a::after {
    content: " ";
    }

    Pankaj Sharma Moderator
    #1003830

    Hi
    Use below code in custom.css file

    .t3-sidebar .dropdown-submenu > a:after {display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
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, 10 months ago.

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