Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • jibran Friend
    #153819

    How do I get rid of the white space before my logo. it is not part of the logo. thank you.

    website: http://new.crescentpower.net

    Don Lee Friend
    #353702

    Pls open file templates/ja_topaz/css/template.css for edit
    Find this code at line 916

    h1.logo a {
    background: url(../images/logo.gif) no-repeat center;
    display: block;
    height: 32px;
    width: 408px;
    }

    Replace by:

    h1.logo a {
    background: url(../images/logo.gif) no-repeat left;
    display: block;
    height: 32px;
    width: 408px;
    }

    jibran Friend
    #353781

    Thank you!! it worked. Now how do I get rid of the GREY background space over the top of the template.
    I want the page to be centered which is the way it is but with NO GREY AREA on top of the page which is the space between the browser and the template.

    same website: new.crescentpower.net

    Thank you!

    Don Lee Friend
    #353805

    <em>@jibran 191747 wrote:</em><blockquote>Thank you!! it worked. Now how do I get rid of the GREY background space over the top of the template.
    I want the page to be centered which is the way it is but with NO GREY AREA on top of the page which is the space between the browser and the template.

    same website: new.crescentpower.net

    Thank you!</blockquote>

    Open the file, find this code at line 891:

    #ja-header {
    background:url("../images/mainwrap-top.gif") no-repeat scroll center top transparent;
    line-height:normal;
    margin-top:20px;
    padding-top:10px;
    position:relative;
    z-index:999;
    }

    and replace:

    #ja-header {
    background:url("../images/mainwrap-top.gif") no-repeat scroll center top transparent;
    line-height:normal;
    position:relative;
    z-index:999;
    }

    jibran Friend
    #353894

    Thank you! worked just the way I wanted! appreciate your time! 🙂

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

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

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