Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • tamirzzz Friend
    #173586

    Hi there,

    I replace the template logo with my own logo. I had of course to change the logo sizes in the css file:

    h1.logo a {
    background: url("../images/logo.png") no-repeat scroll left center transparent;
    display: block;
    height: 100px;
    width: 260px;

    However, the logo did not fit, so I had to change the header hight:

    #ja-header .main { height: 120px; }

    It worked OK aside the fact it caused the the header to be too high. How can I overcome this?

    You can have a look at jobs.dwh.co.il

    Thanks,

    Tamir

    khoand Friend
    #437132

    Hi,
    – You replace this code from /templates/ja_seleni/css/template.css

    h1.logo a {
    background: url("../images/logo.png") no-repeat scroll left center transparent;
    display: block;
    height: 100px;
    width: 260px;

    with

    h1.logo a {
    background: url("../images/logo.png") no-repeat scroll left center transparent;
    display: block;
    height: 60px;
    width: 260px;

    – You find this code from /templates/ja_seleni/css/template.css

    #ja-header .main {
    height: 120px; < remove this line

    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  khoand 12 years, 2 months ago.

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