-
AuthorPosts
-
sushismb Friend
sushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
April 1, 2009 at 6:28 am #139814Hello,
I have a few questions regarding the JA CSS Menu… I’ve checked the forum but I can’t seem to find the right answers. Maybe because the 1.0 and 1.5 templates have different folders and files names as well as to the strings contained?
I use the 1.5 version template and I would need to know the following;
1) How do I change the font size of the 1st level?
2) How do I change the font size of the 2nd level?
3) The second level that pops up is located too far right – I want to move it closer to the left. Where do I edit to do this?
4) I want to change the width of the second level pop up box. Where do I edit to do this?
Thank you for your help in advance!
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
April 1, 2009 at 6:53 am #299402Can you post a live url of your site please. That would help us to find some solutions for you.
regards
arvind
sushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
April 1, 2009 at 7:14 am #299407Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
April 1, 2009 at 8:12 am #299414To change the font size for the second level backup and then open your /templates/ja_antares/ja_menus/ja_cssmenu/ja.cssmenu.css . around line 93.
[PHP]
#ja-cssmenu li ul a {
font-size: 11px;
text-transform: none;
}[/PHP]Change the font size. This will affect the font size for the second level.
1 user says Thank You to Arvind Chauhan for this useful post
sushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
April 1, 2009 at 2:46 pm #299489Thanks dravindc!
You’ve answered my 2) question.
I hope you could help me with the rest too.
Again, thanks in advance!
sushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
April 19, 2009 at 4:06 pm #301868Hi,
Still need help for the followi9ng;
1) How do I change the font size of the 1st level?
2) How do I change the font size of the 2nd level? = answered.
3) The second level that pops up is located too far right – I want to move it closer to the left. Where do I edit to do this?
4) I want to change the width of the second level pop up box. Where do I edit to do this?
Thank you for your help in advance!
sushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
April 21, 2009 at 7:33 am #302053Hi,
Would appreciate help regarding this matter.
Thanks!
jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
April 21, 2009 at 7:51 am #3020551) How do I change the font size of the 1st level?
ja.cssmenu.css (line 103)
#ja-cssmenu li a {
background:#FFFFFF url(../../images/bullet-menu.gif) no-repeat scroll left bottom;
color:#8F8F8F;
display:block;
font-size:50%;
height:25px;
line-height:25px;
margin:0;
padding:0 0 0 15px;
text-decoration:none;
text-transform:uppercase;
}1 user says Thank You to jsliao for this useful post
jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
April 21, 2009 at 7:59 am #3020573) The second level that pops up is located too far right – I want to move it closer to the left. Where do I edit to do this?
ja.cssmenu.css (line 52)
.wide #ja-cssmenu li ul {
margin:-1.6em 0 0 10.5em;
}jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
April 21, 2009 at 8:01 am #3020584) I want to change the width of the second level pop up box. Where do I edit to do this?
ja.cssmenu.css (line 88)
#ja-cssmenu li ul {
background:#F2F2F2 url(img/child-bg.gif) repeat scroll center top;
border:1px solid #C0C0C0;
width:100px;
}1 user says Thank You to jsliao for this useful post
sushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
April 21, 2009 at 8:28 am #302059Hello jsliao,
Thank you for your help!
I assume you are refering to /templates/ja_antares/ja_menus/ja_cssmenu right?
I opened the file but it is different from what you have indicated. And therefore, I don’t know where exactly am I supposed to change.
Maybe you are refering to the 1.0 version? I’ve installed the 1.5version and I’ve realized that the two templates have slightly different strings/tags.
jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
April 21, 2009 at 8:41 am #302060i tried the changes using the version of .css file u currently have on your server.
location is
templates/ja_antares/ja_menus/ja_cssmenu/ja.cssmenu.csssushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
April 21, 2009 at 8:59 am #302063Hi,
For example;
< You indicated >
#ja-cssmenu li a {
background:#FFFFFF url(../../images/bullet-menu.gif) no-repeat scroll left bottom;
color:#8F8F8F;
display:block;
font-size:50%;
height:25px;
line-height:25px;
margin:0;
padding:0 0 0 15px;
text-decoration:none;
text-transform:uppercase;
}< what I found on the file >
#ja-cssmenu li a {
margin: 0;
padding: 0 0 0 15px;
background: url(../../images/bullet-menu.gif) no-repeat left bottom #FFFFFF;
text-decoration: none;
text-transform: uppercase;
color: #8F8F8F;
display: block;
height: 25px;
line-height: 25px;
}As you can see, it is different. Did you mean that I have to include all the strings you indicated that is not in the original?
< you indicated >
.wide #ja-cssmenu li ul {
margin:-1.6em 0 0 10.5em;
}I was able to find this and edited already.
< you indicated >
#ja-cssmenu li ul {
background:#F2F2F2 url(img/child-bg.gif) repeat scroll center top;
border:1px solid #C0C0C0;
width:100px;< what I find in the file >
#ja-cssmenu li ul {
border: 1px solid #C0C0C0;
background: url(img/child-bg.gif) top #F2F2F2;
}As you can see, it’s different. Did you mean that I will have to change it to what you indicated (everything)?
Thanks!
-
AuthorPosts
This topic contains 14 replies, has 3 voices, and was last updated by jsliao 15 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum