Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • omar_ali Friend
    #132449

    Hello

    I’m trying to reduce the spacing on top of the logo. Can someone help please?

    I have attached a file to show the spacing.

    Thanks.


    1. adjusttop
    Sherlock Friend
    #266426

    Hi omar_ali !
    you can do it following some steps below :
    1. Open template.css file in templates/ja_teline_ii/css folder , find following code section at about line 811 :


    h1.logo a {
    background:transparent url(../images/logo.gif) no-repeat scroll 0 0;
    display:block;
    height:42px;
    left:0;
    position:absolute;
    top:20px;
    width:278px;
    }

    change to :


    h1.logo a {
    background:transparent url(../images/logo.gif) no-repeat scroll 0 0;
    display:block;
    height:42px;
    left:0;
    position:absolute;
    top:10px;
    width:278px;
    }

    2. then continue Find following code section at about line 847 :


    #ja-headtools {
    border:1px solid #FFFFFF;
    position:absolute;
    right:0;
    top:25px;
    }

    change to :


    #ja-headtools {
    border:1px solid #FFFFFF;
    position:absolute;
    right:0;
    top:15px;
    }

    3. Final , find following code section at about line 799 :


    #ja-header {
    height:80px;
    line-height:normal;
    position:relative;
    }

    change to :


    #ja-header {
    height:70px;
    line-height:normal;
    position:relative;
    }

    omar_ali Friend
    #266577

    Hi hainn84,

    Unfortunately, that didn’t work for me. I even disabled each block of the CSS to see if it made a difference and it didn’t. Any ideas?

    Thanks.

    omar_ali Friend
    #266578

    I found the solution, it’s because I modified the script to add an image:

    body#bd {
    background:transparent url(../images/bg.gif) repeat scroll 0 0;
    color:#e3e3e3;
    margin:10px 0;
    }

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

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

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