Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • sfpkent Friend
    #142291

    Hi,

    I have successfully enlarge the space for logo and successfully move down the logo, may I know where I should edit to move down the main menu at the top? Pls refer to the image attached.

    Thank you very much!


    1. movedown
    scotty Friend
    #309227

    Hi sfpkent… this template has a wide and narrow option and I’m going to assume you have it set to wide.

    Open your template.css file and find on line 1149

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

    add this…

    .wide #ja-mainnavwrap {
    width:730px;
    margin-top: XXpx
    }

    where XX= the amount you increased the hight of your logo space.

    Now, this will move down your menu but it will not move down the background as it is defined in #ja-header so go to line 1028….

    #ja-header {
    background:transparent url(../images/mainnav-bg.gif) repeat-x scroll center top;
    clear:both;
    text-align:left;
    }

    and change top to the same px amount as you changed above…

    #ja-header {
    background:transparent url(../images/mainnav-bg.gif) repeat-x scroll center XXpx;
    clear:both;
    text-align:left;
    }

    …and that should do it. If you have any problems PM me a live URL.

    sfpkent Friend
    #309235

    Hi Scotty,

    Thanks, very detail explanation, I will try later. 🙂

    sfpkent Friend
    #309391

    Hi Scotty,

    It helps. But for the:

    #ja-header {
    background:transparent url(../images/mainnav-bg.gif) repeat-x scroll center top;
    clear:both;
    text-align:left;
    }

    I didn’t change the code but I changed the background image file, gif file size. It works as well.

    Thanks!
    Kent

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

This topic contains 4 replies, has 2 voices, and was last updated by  sfpkent 15 years, 3 months ago.

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