-
AuthorPosts
-
March 20, 2015 at 2:39 pm #204866
My side menu is displaying submenus as a flyout.
I would prefer them to open up underneath the selected item.
How do I change that?
Thanks,
CHNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 23, 2015 at 9:22 am #564216What did you expect the submenu on your site?
Please give me the screenshot and describe on that, I will help you to check it further
March 23, 2015 at 3:54 pm #564259This is what I’m getting:
This is what I would prefer:
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 24, 2015 at 7:43 am #564369This way will help you to fix the problem on your site.
Open templates/ja_university_t3/css/custom.css file and add new css style below
.nav-pills .dropdown-submenu > .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;
}
March 24, 2015 at 4:26 pm #564452Thanks. That worked great. Except that the text is not wrapping.
I had added “word-wrap: break-word;” to the css, but, it seemed to have no effect.
Thanks,
CH
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 25, 2015 at 3:49 am #564486Maybe the text in submenu is very long, you can fix it with the css style below
.nav-pills > li .dropdown-menu > li > a {
white-space: pre-wrap !important;
}
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by Ninja Lead 9 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum