Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • realtoast Friend
    #201872

    Hello,

    I am looking to change the header logo dimensions in JA Edenite from the default 42 x 435 to 100 x 435. I have tried to update the CSS, but this works only temporarily.

    If you know how to do this, please respond with instructions.

    Thanks!

    pavit Moderator
    #552027

    Hi

    in this folder /templates/ja_edenite/css/template.css

    find this line

    /* Logo Image ---*/
    h1.logo { height: 42px; margin: 8px 0 0; width: 435px; }

    h1.logo a {
    background: url(../images/logo.gif) no-repeat left;
    height: 42px;
    width: 435px;
    }

    and change to

    /* Logo Image ---*/
    h1.logo { height: 100px; margin: 0px 0 0; width: 435px; }

    h1.logo a {
    background: url(../images/logo.gif) no-repeat left;
    height: 100px;
    width: 435px;
    }

    Save the file and clean your jat3 cache

    realtoast Friend
    #552030

    Excellent work! That’s exactly what I was looking for. Thanks, Pavit.

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

This topic contains 3 replies, has 2 voices, and was last updated by  realtoast 10 years, 1 month ago.

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