Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • tphmedia Friend
    #154719

    Please help me! I tried following the below advice:

    Quote Originally Posted by drarvindc View Post
    Try this :

    Open the your_site/templates/ja_droid/css/template.css

    around line 361

    Code:

    /* Logo Image —*/
    h1.logo { float: none; margin: 40px auto 20px; width: 302px; height: 93px; }

    h1.logo a {
    background: url(../images/logo.png) no-repeat left;
    display: block;
    width: 302px;
    height: 93px;

    Change the height variable at both the above positions. That should get the header height shortened.

    Arvind
    }

    BUT ….

    This changes the available size of the LOGO, not the entire header. Frankly, I’d like a logo that is 200px HIGH and the area around it not much bigger! HELP!!!!

    If I reduce the size of the image, the image is smaller, but there is a big white space where the image was!

    Here’s the link to the site — mgpools

    Note the background just dwarfs the logo. No, we’re NOT changing the logo .. in fact would like to make it BIGGER! PLEASE HELP!!!

    aman204 Friend
    #356965

    Change this::

    h1.logo {template.css (line 361)
    float:none;
    height:93px;
    margin:40px auto 20px;
    width:302px;
    }

    to

    h1.logo {template.css (line 361)
    float:none;
    height:93px;
    margin:0 auto;
    width:302px;
    }

    If you wish to decrease it further, Decrease in padding value here accordingly::

    #ja-header .main {template.css (line 630)
    padding:30px 0 15px;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  aman204 14 years, 1 month ago.

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