-
AuthorPosts
-
June 21, 2011 at 4:36 pm #165505
Hi,
how can I change the width of the MegaMenu submenu items in JA Cloris for Joomla 1.5?
My menu text is wider than then current set width (200px), which results in te text being shown on the same place as the menuitem below (so both are unreadable due to this).
I’ve attached a screenshot of the problem.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 22, 2011 at 3:54 am #397760Hi zeebeest,
You can change width of submenu following steps below :
mega.css
Open mega.css file in templates/ja_cloris/css/menu/ folder,
1.Add following code section at bottom of it :
.childcontent-inner-wrap {
width:250px!important;
}
.ja-megamenu .megacol {
float: left;
width:250px!important;
}
2.Find following code section at about line line 47 :
.ja-megamenu .childcontent-inner {
background: url("../../images/noise-d.gif") repeat scroll 0 0 transparent;
border-color: -moz-use-text-color #333333 #333333;
border-right: 1px solid #333333;
border-style: none solid solid;
border-width: 0 1px 1px;
color: #CCCCCC;
}change to :
.ja-megamenu .childcontent-inner {
background: url("../../images/noise-d.gif") repeat scroll 0 0 transparent;
border-color: -moz-use-text-color #333333 #333333;
border-right: 1px solid #333333;
border-style: none solid solid;
border-width: 0 1px 1px;
color: #CCCCCC;
width:250px;
}Note : width:250px; , 250 is sample value, you can change it to match with your site.
Hope can help you.1 user says Thank You to Sherlock for this useful post
June 22, 2011 at 10:51 am #397844Thank you: that did the trick 🙂
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by zeebeest 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Change width of JA Cloris menu subitems: text messed up
Viewing 3 posts - 1 through 3 (of 3 total)