-
AuthorPosts
-
MICHAEL Friend
MICHAEL
- Join date:
- February 2010
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 3
- Thanked:
- 3 times in 1 posts
August 31, 2010 at 8:57 pm #153966Hi,
I use Dropline menu on my Teline 3 template.
In Main menu, i have a lot of menu item, so i get 2 lines instead of 1.
Its look like this:
i would like to make some improvements, and to space out text!
What is the best way ?
I start to check css and i find
#ja-subnav li {
background:none repeat scroll 0 0 transparent;
border-left:1px solid #999999;
display:block;
float:left;
padding:0 10px 0 11px;
}I modify to
#ja-subnav li {
background:none repeat scroll 0 0 transparent;
border-left:1px solid #999999;
display:block;
float:left;
padding:1px 10px 2px 11px;
}Its better but border left get higher too, how to solved it, or how to replace border left by an image ??
The first menu item in menu is not a class: first-item so i get border left also at the second line, how to take off this ??
See the picture attached
THANK YOU
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 1, 2010 at 7:29 am #354336Hello
See the problem you gave, the menu has many submenu items, they could not display in line as normally, i think that you try to reorganized the main menu to have a shorter submenu.
In the template.css file you find:
#ja-subnav li {
background: none;
display: block;
float: left;
border-left: 1px solid #999;
padding: 0 10px 0 11px;
}you remove the lef border and padding in above rule to resolve the issue
MICHAEL FriendMICHAEL
- Join date:
- February 2010
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 3
- Thanked:
- 3 times in 1 posts
September 1, 2010 at 12:56 pm #354365Hi,
Thanks for reply!
But is that only can i do ?? No other solution ??
I mean, i want to keep this left border! I love it! Its look strane without!
I made some test with firefug,
I modify a little bit :#ja-subnav li {
background:none repeat scroll 0 0 transparent;
display:block;
float:left;
padding:2px 5px 2px 11px;
}#ja-subnav ul {
background:none repeat scroll 0 0 #DDDDDD;
overflow:hidden;
padding:8px 0;
}LOOK LIKE THIS
Do you have any ideas to keep this config AND BORDER LEFT or replace border left by small image like in CSS3 ???
Please have also a look to another small problem :
http://www.joomlart.com/forums/topic/how-do-i-change-colour-of-mega-menu-items/#post-354292Thank you very much
Mike
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 3, 2010 at 10:24 am #354517Helllo
i do not have more solutions on this, you can try to use the mega menu or css menu, i think that it will look better 🙂
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Saguaros 14 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum