Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • antoniu1 Friend
    #117654

    How can I shift the top menu position more to the left? There is not enough space for all my items now.

    Also, can I move the top menu down on top of the main area?

    Thanks in advance!!

    Hung Dinh Friend
    #211675

    Please edit this in following in template_css.css file


    /* MAIN NAVIGATION
    --------------------------------------------------------- */
    #ja-mainnav {
    float: right;
    display: block;
    margin-top: 6px;
    height: 32px;
    clear: both;
    width: 500px;
    }

    html>body #ja-mainnav {
    margin-top: 8px;
    }

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

    You may increase the width of the menu and the top padding of the menu


    /* MAIN NAVIGATION
    --------------------------------------------------------- */
    #ja-mainnav {
    float: right;
    display: block;
    margin-top: 60px;
    height: 32px;
    clear: both;
    width: 600px;
    }

    html>body #ja-mainnav {
    margin-top: 80px;
    }

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

    However, you will need to customize the background image of the menu as well as adjusting the width/top-padding to suite your need

    antoniu1 Friend
    #211679

    That’s great!! Exactly what I wanted to know.

    I am looking forward to the other styles by the way.

    Thanks again!
    Tom

    ccmalken Friend
    #239122

    Increasing the width works fine under Firefox… but the problem still exist under IE7.
    http://www.team-alken.be

    andrescala Friend
    #418925

    Hi ccmalken,
    how have you done to have a shadow in the horizonal menu?
    😎

    Regards

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

This topic contains 5 replies, has 4 voices, and was last updated by  andrescala 12 years, 6 months ago.

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