Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • terryatpace Friend
    #122350

    Hello all.

    I’ve removed the ja rochea logo in the upper left region of the template, and would like to have the option of adding more menu items. However, I see that when I do so, the top menu will wrap.

    I’ve tried extending the width from the template_css.css file, by extending the width to be 700 from the original 550 pixels, but it seems to be set somewhere else. Any ideas?

    [PHP]/* NAVIGATION
    ——————————————————— */
    #ja-mainnavwrap {
    width: 800px;
    height: 46px;
    float: left;
    }

    .wide #ja-mainnavwrap {
    width: 800px;
    }[/PHP]

    Thanks, Terry.

    cwigg Friend
    #228567

    try adding
    padding-right: 120px;
    to line 1152

    terryatpace Friend
    #229158

    Thanks, appreciate the reply, sorry for the tardy response. I tried adding a padding-right, didn’t work for me… in the end I just extended the width of all the nav elements.

    [PHP]
    /* NAVIGATION
    ——————————————————— */
    #ja-mainnavwrap {
    width: 900px;
    height: 46px;
    float: left;
    }

    .wide #ja-mainnavwrap {
    width: 900px;
    }

    #ja-mainnav {
    width: 900px;
    float: left;
    }

    .wide #ja-mainnav {
    width: 900px;
    }
    [/PHP]

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  terryatpace 17 years, 2 months ago.

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