-
AuthorPosts
-
shafee_howard Friend
shafee_howard
- Join date:
- March 2012
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
May 29, 2012 at 5:13 am #177644In Megamenu, is there a column width setting that will decrease the space between the menu item text and the little triangle on the right? Is it in the menu setup dialog, or in the CSS ??
Thanks — Howard Ballinger
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
June 4, 2012 at 4:18 am #455791HI Shafee!
Its CSS. You can go to file “templates/ja_purity_ii/css/menu/mega.css” line 119 :
.ja-megamenu ul.level1 li.mega.haschild {
background: url(../../images/arrow.png) no-repeat 95% center;
padding: 0;
}You can edit it there.
Regards.
1 user says Thank You to MoonSailor for this useful post
shafee_howard Friendshafee_howard
- Join date:
- March 2012
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
June 6, 2012 at 4:06 pm #456334Thanks for your response, Moonsailor — but sorry, I still don’t get it.
I looked at ‘arrow.png’, it’s only 4px wide so that doesn’t account to the space between the word “Arizona” and the little image. That’s what I’d like to be able to reduce. The line we’re looking at doesn’t seem to set the length of the item text.
(I expect to have a lot more states represented and plan to change to menu item text to the 2-letter abbreviations (AZ, CA etc) but that will only save space if I can reduce the blank space between the state name and the arrow.)
Appreciatively — Shafee
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
June 6, 2012 at 4:24 pm #456337please post your site admin details to check your site, since it is in the development mode
jhicks Friendjhicks
- Join date:
- March 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 29
- Thanked:
- 12 times in 1 posts
June 6, 2012 at 4:46 pm #456340look under the “Parameters (JA Extended)” on the right when you are in the menu manager. There are areas for sub menu widths in there. Play around with different widths and see if that is what your looking for.
Don’t forget to clear your cache after changes….
-Jeff
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
June 7, 2012 at 3:03 am #456377Do you want the output like this image
if you want like this do this changes
Go to this Url: http://sufipaths.net/sri_dev_new/templates/ja_purity_ii/css/menu/mega.css
Replace this code
.ja-megamenu ul.level1 li.mega.haschild { background: url(../../images/arrow.png) no-repeat 95% center; padding: 0; }
With
.ja-megamenu ul.level1 li.mega.haschild {
background: url("../../images/arrow.png") no-repeat scroll left center transparent;
padding: 0 0 0 10px;
}Note: If you Find my Post useful please click on the Thanks Icon
-
1 user says Thank You to chavan for this useful post
shafee_howard Friendshafee_howard
- Join date:
- March 2012
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
June 8, 2012 at 4:34 am #456603Not quite what I had in mind but it solves the problem. Thanks!
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 4 voices, and was last updated by shafee_howard 12 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum