Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • andaservices Friend
    #155455

    Hello,

    I have interest to change main menu position.

    For instance, I want menu and search box go under logo. Is it possible? Or can I up the logo to top of webpage?

    Saguaros Moderator
    #359805

    You open the file: template.css and find:

    #ja-header {
    position: relative;
    margin-top: 46px;
    z-index: 10;
    }

    replace:

    #ja-header {
    position: relative;
    margin-top: 6px;
    z-index: 10;
    }

    and find:

    #ja-mainnav {
    background: url(../images/mainnav-bg.gif) repeat-x left top;
    font-family: Tahoma, Verdana, Tahoma, sans-serif;
    height: 46px;
    line-height: 1;
    padding-top: 10px;
    position: absolute;
    top: 0;
    z-index: 900;
    }

    replace;

    #ja-mainnav {
    background: url(../images/mainnav-bg.gif) repeat-x left top;
    font-family: Tahoma, Verdana, Tahoma, sans-serif;
    height: 46px;
    line-height: 1;
    padding-top: 10px;

    z-index: 900;
    }

    andaservices Friend
    #359860

    Thanks a lot! Works perfectly!

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

This topic contains 3 replies, has 2 voices, and was last updated by  andaservices 14 years ago.

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