Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • manindersingh Friend
    #130292

    Hi

    My logo is of 435×83 size but default logo for template is 435×42

    How can I fit my bigger logo to the template.

    Plz give me instructions. Thanks.

    Sherlock Friend
    #257099

    Hi manindersingh !
    You can do it following way below :
    Open template.css file in templates/ja_edenite/css folder, find following code section at about line 712 :


    h1.logo a {
    background:transparent url(../images/logo.gif) no-repeat scroll 0% 0%;
    bottom:15px;
    display:block;
    height:42px;
    left:0pt;
    position:absolute;
    width:435px;
    }

    change to :


    h1.logo a {
    background:transparent url(../images/logo.gif) no-repeat scroll 0% 0%;
    bottom:15px;
    display:block;
    height:83px;
    left:0pt;
    position:absolute;
    width:435px;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 15 years, 10 months ago.

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