-
AuthorPosts
-
thanhlp Friend
thanhlp
- Join date:
- October 2008
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
December 5, 2008 at 4:21 am #135961Hi all,
I hope some body could help me. I have problem with sub menu, the text seams not try to fill up the space in one row. So how can I make it become one row or how can I increase the width of submenu?
Please see the attachment, the text should go as the arrow pointed, there is still lot of space, right?
Thanks
December 11, 2008 at 3:59 am #282305Anyone? I need this too. The submenu is forcing two lines of text and it could be changed to fit one line.
December 13, 2008 at 11:11 pm #282822Help! Anyone have an answer to this?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
December 15, 2008 at 8:57 am #282943Can you give us your live URL, any screenshot or more details of the problem will be helpful
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
December 15, 2008 at 9:06 am #282951Hi,
you can read here : http://www.joomlart.com/forums/topic/moo-menu-line-adjustment/
1 user says Thank You to Sherlock for this useful post
December 16, 2008 at 4:09 am #283036I am using CSS menu. It is the same issue as thanhlp is having but CSS menu.
menu1.jpg is normal and correct. In menu2.jpg you will see once the first item is clicked, it becomes BOLD and the submenu forces the second word to the next line even though there is plenty of room on line one for it. There is no reason that second word needs to go down a line.
How do I keep everything on the same line without losing the bold and without shortening the menu entry?
-
December 17, 2008 at 4:20 am #283174
I figured it out.
in ja.cssmenu.css…
Change this…
#ja-cssmenu ul a {
width: 14.8em;
width: 10.8em;
to this…
#ja-cssmenu ul a {
width: 14.8em;
width: 14.8em;
thanhlp Friendthanhlp
- Join date:
- October 2008
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
April 8, 2009 at 4:14 pm #300562In my case, I have to change also
#ja-cssmenu li ul {
width: 16.4em;
position: absolute; /* second-level lists */
z-index: 99;
left: -999em; /* using left instead of display to hide menus because display: none isn’t read by screen readers */
height: auto;
width: 19.9em; /* origin value is 15.9 */
}#ja-cssmenu li ul ul {
margin: -2em 0 0 15em; /* third-and-above-level lists */
}#ja-cssmenu li li {
padding: 0 1em 0 0;
margin: 0;
width: 18.9em; /* origin value is 14.9 */
}#ja-cssmenu ul a {
width: 18.8em; /* origin value is 14.8 */
width: 18.8em; /* origin value is 10.8 */
}one thing for the thin and blue line, one thing for the blue box…
-
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 3 voices, and was last updated by thanhlp 15 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum