-
AuthorPosts
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 21, 2016 at 8:32 am #902732Hi,
Can you give the URL of your site to see this bug? I will help you to check it further.
Regards
jreimer Friendjreimer
- Join date:
- June 2009
- Posts:
- 50
- Downloads:
- 19
- Uploads:
- 7
- Thanks:
- 3
- Thanked:
- 2 times in 2 posts
March 21, 2016 at 1:45 pm #902901This reply has been marked as private.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 22, 2016 at 9:24 am #903234Hi Dan,
You can apply my CSS style below to fix the problem on your site.
Create templates/ja_nex_t3/css/custom.css file and add new rule
.t3-module ul li.dropdown-submenu .dropdown-menu { position: static !important; display: block !important; border: 0px solid #ddd !important; box-shadow: none !important; } .t3-module ul li.dropdown-submenu > a:after { display: none !important; }
Hope it helps
Regards
jreimer Friendjreimer
- Join date:
- June 2009
- Posts:
- 50
- Downloads:
- 19
- Uploads:
- 7
- Thanks:
- 3
- Thanked:
- 2 times in 2 posts
March 22, 2016 at 1:35 pm #903345Hello,
It almost worked. I’m just having trouble now with the hover background showing on the side and top of the new section. I tried changing margin’s and padding, but it didn’t seem to fix the problem. Any suggestions?
Thanks,
Dan.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 23, 2016 at 4:04 am #903607My tweak below will help you out
Open templates/ja_nex_t3/css/custom.css file and add new CSS style
.t3-module ul.nav > li > a:hover, .t3-module ul li.dropdown-submenu .dropdown-menu a:hover, .t3-module ul li.dropdown-submenu .dropdown-menu a:focus,.t3-module ul li.dropdown-submenu:hover > a { color: #3377bb !important; background: transparent !important; font-weight: bold; }
jreimer Friendjreimer
- Join date:
- June 2009
- Posts:
- 50
- Downloads:
- 19
- Uploads:
- 7
- Thanks:
- 3
- Thanked:
- 2 times in 2 posts
March 23, 2016 at 1:12 pm #903854Very nice. It all looks great.
Thanks!
Dan.jreimer Friendjreimer
- Join date:
- June 2009
- Posts:
- 50
- Downloads:
- 19
- Uploads:
- 7
- Thanks:
- 3
- Thanked:
- 2 times in 2 posts
April 5, 2016 at 3:16 pm #909720This reply has been marked as private.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 6, 2016 at 1:49 am #909903This bug will be fixed by add my CSS style below to templates/ja_nex_t3/css/custom.css file
.t3-module ul li.dropdown-submenu { position: inherit !important; } .t3-module .dropdown-menu li > a { white-space: inherit !important; }
jreimer Friendjreimer
- Join date:
- June 2009
- Posts:
- 50
- Downloads:
- 19
- Uploads:
- 7
- Thanks:
- 3
- Thanked:
- 2 times in 2 posts
April 6, 2016 at 1:09 pm #910138This reply has been marked as private.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 7, 2016 at 2:05 am #910331Try to use this way
Open templates/ja_nex_t3/css/custom.css file
find and change
.t3-module ul li.dropdown-submenu .dropdown-menu { position: static !important; display: block !important; border: 0px solid #ddd !important; box-shadow: none !important; }
to
.t3-module ul li.dropdown-submenu .dropdown-menu { position: static !important; display: block !important; border: 0px solid #ddd !important; box-shadow: none !important; float: inherit !important; }
Hope it helps
-
AuthorPosts
This topic contains 11 replies, has 2 voices, and was last updated by jreimer 8 years, 7 months ago.
The topic ‘Change menu to show sub sections – Dropline?’ is closed to new replies.