Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • MICHAEL Friend
    #153966

    Hi,

    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


    1. menu-with-padding
    2. menu-now
    Saguaros Moderator
    #354336

    Hello

    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 Friend
    #354365

    Hi,

    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-354292

    Thank you very much

    Mike


    1. menu-with-padding-2
    Saguaros Moderator
    #354517

    Helllo

    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 🙂

Viewing 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