Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
January 18, 2017 at 1:12 pm #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
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 19, 2017 at 2:20 am #1003645Hi
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.
January 19, 2017 at 12:41 pm #1003816Hi,
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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 19, 2017 at 2:21 pm #1003830Hi
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; }
AuthorPostsViewing 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