Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ssaxton Friend
    #149190

    Hi There,
    I’m pretty new to Joomla! I’m proficient with css and html but lost with php. What I’m wondering is if anyone is able to tell me how to move the main menu in hornav to the very top of the page as seen on the Urani template here…………

    http://template15.joomlart.com/ja_urani/

    Thanks alot

    Steve

    Saguaros Moderator
    #334793

    Hello

    pls open the file templates/ja_purity_ii/css/template.css and find code:

    #ja-mainnav {
    background: url(../images/grad1-mask.png) repeat-x top #444;
    border-top: 1px solid #666;
    line-height: 1;
    position: relative;
    z-index: 11;
    }

    replace:

    #ja-mainnav {
    background: url(../images/grad1-mask.png) repeat-x top #444;
    border-top: 1px solid #666;
    line-height: 1;
    position: absolute;
    z-index: 11;
    top:0
    }

    find code:
    #ja-header { background: #333; position: relative; z-index: 10; }

    replace:
    #ja-header { background: #333; position: relative; z-index: 10; margin-top:40px }

    Good luck

    ssaxton Friend
    #334812

    Fantastic, works like a charm, thanks tienhc!!!

    joeltorlansky Friend
    #334825

    To – tienhc –thanks for the great info. I was actually looking for that info. Hmmm….it worked like a charm…:p

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

This topic contains 4 replies, has 3 voices, and was last updated by  joeltorlansky 14 years, 8 months ago.

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