Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • eberastegui Friend
    #130922

    I installed JA Lolite and I am trying to change the logo in template.
    The URL is http://www.proyectainternet.com/proyecta
    My new logo is 413×71. The problem is that it is bigger than the logo in the template

    How can I do it

    Sherlock Friend
    #260140

    Hi
    You open template.css file in templates/ja_iolite/css folder , find following code section at about line 679 :


    h1.logo a {
    background:transparent url(../images/logo.png) no-repeat scroll 0% 0%;
    bottom:10px;
    display:block;
    height:38px;
    left:0pt;
    position:absolute;
    width:182px;
    }

    change to :


    h1.logo a {
    background:transparent url(../images/logo.png) no-repeat scroll 0% 0%;
    bottom:10px;
    display:block;
    height:71px;
    left:0pt;
    position:absolute;
    width:413px;
    }

    eberastegui Friend
    #260238

    Thx.. very helpful

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

This topic contains 3 replies, has 2 voices, and was last updated by  eberastegui 16 years, 4 months ago.

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