test
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • starmed Friend
    #123539

    How can I make it so the top menu goes all the way across and doesn’t create a second line?

    All my items should fit but they don’t.

    Khanh Le Moderator
    #231934

    Can you give me your live site url?

    starmed Friend
    #231946

    Building the site in ravenswood server. Is there a way to help before I take the site live?

    starmed Friend
    #231959

    So no live url no answer or help?

    pzanon Friend
    #231960

    Hi, I am new to this forum, just have worked on some of the templates. If you give joomlart the ip and domain, they could alter their hosts file and access it.

    example, add

    28.22.11.103 http://www.yoursdomain.com

    after the localhosts entry in the hosts file located at c:windowssystem32driversetc

    Maybe that helps. Philip

    Khanh Le Moderator
    #231968

    starmed, in some cases, the question could be answered without more information. But in most cases, the more information you give us, the more accurate answer you get. Put a site online is a quite simple work and does not take much effort. Therefore, I hope you could help us in solving your problem.

    Menalto Friend
    #231986

    To make it go full width you need to move the site tools to another location, if not you will never get it to go all the way out to the right.
    Check this here on line line 1160 in template_css.css(if you use the wide one):

    .wide #ja-mainnav {
    width:700px;
    }

    You can try to set it to 800px and see whats happening, one other way would be to change settings on padding on the menu items,but then i really should have a live url and know which menu system you use

    starmed Friend
    #232000

    Menalto,

    Thank you. 😀

    rcsbobby Friend
    #239474

    So where is the padding property for the buttons using splitmenu? Everything already looks like padding and margin is 0.

    Heres the code for ja-splitmenu.css:

    /* TOP NAVIGATION
    ———————————————————– */
    #ja-splitmenu {
    margin: 0;
    padding: 14px 0 0;
    }

    #ja-splitmenu ul {
    margin: 0;
    padding: 0;
    }

    #ja-splitmenu li {
    margin: 0;
    padding: 0;
    display: inline;
    }

    #ja-splitmenu a {
    float: left;
    }

    #ja-splitmenu a span {
    }

    #ja-splitmenu a:hover,
    #ja-splitmenu a:active,
    #ja-splitmenu a:focus {
    color: #6DA43A;
    background: url(../images/arrow2.gif) no-repeat bottom center;
    }

    #ja-splitmenu a:hover span,
    #ja-splitmenu a:active span,
    #ja-splitmenu a:focus span {
    }

    #ja-splitmenu li.active a,
    #ja-splitmenu li.active a:hover,
    #ja-splitmenu li.active a:active,
    #ja-splitmenu li.active a:focus {
    background: url(../images/arrow3.gif) no-repeat bottom center;
    color: #D25D23;
    }

    #ja-splitmenu li.active a span,
    #ja-splitmenu li.active a:hover span,
    #ja-splitmenu li.active a:active span,
    #ja-splitmenu li.active a:focus span {
    }

    /* SUB NAVIGATION
    ——————————————————— */
    #ja-subnav {
    }

    #ja-subnav ul {
    margin: 0 0 0 220px;
    padding: 0;
    }

    #ja-subnav li {
    margin: 0;
    padding: 0;
    display: inline;
    background: none;
    line-height: normal;
    }

    #ja-subnav a {
    padding: 5px 15px;
    float: left;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    }

    #ja-subnav a:hover,
    #ja-subnav a:active,
    #ja-subnav a:focus {
    color: #FFFFFF;
    background: url(../images/subnav-hover-bg.gif) repeat-x top #666666;
    text-decoration: none;
    }

    #ja-subnav li.active a,
    #ja-subnav li.active a:hover,
    #ja-subnav li.active a:active,
    #ja-subnav li.active a:focus {
    color: #FFFFFF;
    background: url(../images/subnav-hover-bg.gif) repeat-x top #666666;
    text-decoration: none;
    }

    rcsbobby Friend
    #239475
Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 5 voices, and was last updated by  rcsbobby 16 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum