Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • brucetaylor Friend
    #134790

    Hi,

    I have changed the menu background image (mainnav-bg.png) to have a line at the bottom. It displays ok when I am using IE 7.0 but the not when I am using Firefox. Any one any suggestions ?

    The site is designandbuild . org

    I also what to centralise the logo but I am not too sure how to make it central ??

    scotty Friend
    #276969

    Hi Bruce,

    The ja-headerwrap height is not high enough to show your .png

    Find on line 664 of template.css…

    #ja-headerwrap {
    background:#221E1F none repeat scroll 0 0;
    height:155px;
    }

    and change to…

    #ja-headerwrap {
    background:#221E1F none repeat scroll 0 0;
    height:160px;
    }

    scotty Friend
    #276972

    Oh and to center the logo…

    On line 682 of template.css…

    h1.logo a {
    background:transparent url(../images/logo.png) no-repeat scroll 0 0;
    bottom:2px;
    display:block;
    height:118px;
    left:0; <<<<< Adjust this to move the logo to the right. About 350px is about center.
    position:absolute;
    width:338px; <<< set this to the width of your logo 246px
    }

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

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

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