-
AuthorPosts
-
Balaji Ramanathan Friend
Balaji Ramanathan
- Join date:
- September 2014
- Posts:
- 187
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
October 1, 2008 at 11:52 am #133925The two horizontal grey lines for the main menu – how can I make them shorter instead of spanning the entire width of screen? It is not setting ‘narrow screen’ in template manager – but just to make the lines appear only in the middle and not span entire width.
drb
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 2, 2008 at 2:20 am #273500Hi
please edit template.css (line 836)
#ja-mainnavwrap {
border-bottom:1px solid #DDDDDD;
border-top:1px solid #DDDDDD;
}
Change to
#ja-mainnavwrap {
}
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 2, 2008 at 2:22 am #2735012Change template.css (line 841)
#ja-mainnav {
border-left:1px solid #DDDDDD;
font-size:115%;
}
to
#ja-mainnav {
border-left:1px solid #DDDDDD;
font-size:115%;
border-bottom:1px solid #DDDDDD;
border-top:1px solid #DDDDDD;}
2 users say Thank You to Sherlock for this useful post
Balaji Ramanathan FriendBalaji Ramanathan
- Join date:
- September 2014
- Posts:
- 187
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
October 2, 2008 at 10:09 am #273570Geat!. Worked pefect.
On a added note,
I used drop line menu. For the subnav items, blackish/grey bar spans entire width of screen, how can I make it to be within the center as well as the above 2 lines for maninnav bar?Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 3, 2008 at 6:41 am #273696Can you give us your live URL, any screenshot or more details of the problem will be helpful
Balaji Ramanathan FriendBalaji Ramanathan
- Join date:
- September 2014
- Posts:
- 187
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
October 3, 2008 at 12:07 pm #273736Never mind. I should have said, when I choose dropline menu / split menu, black bar comes along wiht it that spans whole width, I wanted to take that off.
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
October 3, 2008 at 12:08 pm #273737Are you able to post your site url?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 4, 2008 at 2:24 am #273805Hi
you can change template.css (line 851)
#ja-subnavwrap {
background:#333333 none repeat scroll 0 0;
margin-top:-1px;
}
to
#ja-subnavwrap {
background:#333333 none repeat scroll 0 0;
margin:auto;
width:950px;
}1 user says Thank You to Sherlock for this useful post
Balaji Ramanathan FriendBalaji Ramanathan
- Join date:
- September 2014
- Posts:
- 187
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
October 4, 2008 at 12:02 pm #273827Holy!!…I was able to post a screenshot and then saw the code. It worked absolutely fine!!
I am learning a lot by tweaking these css.
thanks,
drb
-
AuthorPosts
This topic contains 9 replies, has 3 voices, and was last updated by Balaji Ramanathan 16 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum