-
AuthorPosts
-
May 16, 2011 at 3:22 pm #164065
Hello,
I need your help please. I’m using JA Nickel template.I have a long dropdown menu text in the horizontal mainmenu that extends the max fixed width.
Actually, I don’t want to change the width, I only want to have the text wrapped to a next line.
Can you please tell me how to do that?
Please check the attachment image.
Thanks for your help
Best Regards
Raffet Ali
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 17, 2011 at 8:34 am #391577Hi,
Could you give me a link to your website?May 17, 2011 at 8:53 am #391585Hello,
I’m sorry, there is no online link yet, it’s all on my localhost machine.Best Regards
Raffet AliSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 19, 2011 at 7:45 am #391921Hi rafftali,
You open the file of templates/ja_nickel/ja_menus/ja_cssmenu/ja.cssmenu.css Look for this
#ja-cssmenu li ul a {
background: none repeat scroll 0 0 transparent !important;
border-right: medium none;
color: #CCCCCC !important;
font-size: 92%;
font-weight: normal;
margin: 0;
padding: 5px 10px;
text-transform: none;
white-space: nowrap;
}here you remove white-space: nowrap; to this
#ja-cssmenu li ul a {
background: none repeat scroll 0 0 transparent !important;
border-right: medium none;
color: #CCCCCC !important;
font-size: 92%;
font-weight: normal;
margin: 0;
padding: 5px 10px;
text-transform: none;}
1 user says Thank You to Sherlock for this useful post
May 19, 2011 at 9:37 am #391945Any idea please…
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 19, 2011 at 6:45 pm #391997And you put word-wrap:break-word; into #ja-cssmenu li ul a like this
#ja-cssmenu li ul a {
background: none repeat scroll 0 0 transparent !important;
border-right: medium none;
color: #CCCCCC !important;
font-size: 92%;
font-weight: normal;
margin: 0;
padding: 5px 10px;
text-transform: none;
word-wrap:break-word;
}
1 user says Thank You to khoand for this useful post
May 19, 2011 at 7:28 pm #392002Hello,
Perfect, it worked fine….
Thanks a lotBest regards
Raffet AliAuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 3 voices, and was last updated by raffetali 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Long Dropdown menu
Viewing 7 posts - 1 through 7 (of 7 total)