test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • vbarnusiir Friend
    #189011

    Hi!

    I would like to change the logo size but it doesnt allow. I have changed the template.css and the optimize mode is set to no.

    I have uploaded the new logo but it is croped to the old size.
    http://www.iirmagyarorszagkft.hu

    Does anyone any idea?

    Thanks
    Barna

    TomC Moderator
    #499329

    What dimensions (width/height) is your logo supposed to be?

    Ninja Lead Moderator
    #499385

    You can try with my suggestion hope it helps you to solve this problem

    Open templates/ja_nex/css/template.css file

    From


    h1.logo, div.logo-text h1 {
    float: left;
    font-size: 250%;
    line-height: 1;
    margin-left: -30px;
    }

    div.logo-text h1 { margin-left: 0; }

    /* Logo Image ---*/
    h1.logo { height: 62px; width: 152px; }

    h1.logo a {
    background: url(../images/logo.png) no-repeat center center;
    display: block;
    height: 62px;
    width: 350px;
    }

    Change to


    h1.logo, div.logo-text h1 {
    float: left;
    font-size: 250%;
    line-height: 1;
    margin-left: 0px;
    }

    div.logo-text h1 { margin-left: 0; }

    /* Logo Image ---*/
    h1.logo { height: 62px; width: 342px; }

    h1.logo a {
    background: url(../images/logo.png) no-repeat center center;
    display: block;
    height: 62px;
    width: 342px;
    }

    Remember to clear cache from Admin area

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

This topic contains 3 replies, has 3 voices, and was last updated by  Ninja Lead 11 years, 6 months ago.

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