Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • oharris3 Friend
    #193659

    I am using mega menu and wish to add a vertical divider (bonus menu) to distinguish between the columns in sub-menu. See demo at: http://2014.icac.org.jm/
    How can I do this?

    Css Magician Friend
    #518217

    Please open templates/ja_appolio/css/custom.css file (if this file doesn’t exist, just create one in the same folder) and add the following CSS rule:


    .t3-megamenu .open > .mega-dropdown-menu > .mega-dropdown-inner > .row > .mega-col-nav {
    border-left: 1px solid #ddd;
    padding: 20px;
    }

    .t3-megamenu .open > .mega-dropdown-menu > .mega-dropdown-inner > .row > .mega-col-nav:first-child {
    border-left: 0;
    }

    .t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li .separator {
    padding-left: 0;
    }

    That should help to add a vertical divider you mentioned.

    oharris3 Friend
    #518286

    Great! Worked fine. However, “pading: 20px;” should be “padding: 20px;”

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

This topic contains 3 replies, has 2 voices, and was last updated by  oharris3 10 years, 5 months ago.

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