• Resolved Karan.thakural89

    (@karanthakural89)


    Hi All,

    My sub-sub menu is not displaying properly. Sub-sub menu menu-items is coming on sub-menu menu-items, i need to be displayed in very clean manner, basically right, so that, it will look clean.

    Could anyone help me on this.

    Appreciate your help.

    Site

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Karan.thakural89

    (@karanthakural89)

    On my site, for example. Products->Domestic and Industrial Circuit protection->MCB,MCCb…

    acub

    (@acub)

    Add this to your CSS:

    @media (min-width: 980px) {
    	.tc-hover-menu .dropdown-submenu > ul.dropdown-menu {
    		top: 1px;
    		left: 98%;
    	}
    }

    Thread Starter Karan.thakural89

    (@karanthakural89)

    Thanks. Its working.

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

The topic ‘sub-sub menu not displaying properly’ is closed to new replies.