test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Hebergement Smart Friend
    #131372

    Hi and sorry for my poor english,

    I bought Ja Labra template (great work) and I need to resize the logo (logo.gif) and make it bigger for my customer…

    Could you tell me how and if i can put a jpg or png in place of the gif one.

    Regards.

    Michael Casha Friend
    #262424

    Hi!

    To do this, edit the image and upload then modify this part of your css (templates/ja_labra/css/template.css) file:

    h1.logo a {
    width: 180px;
    display: block;
    background: url(../images/logo.gif) no-repeat;
    position: absolute;
    height: 34px;
    top: 20px;
    left: 0;
    }

    I have underlined the parts you need to change to do the changes you require.

    mwink Friend
    #284036

    Hi, thanks for this post, one problem: if I increase the size of the logo, the logo is ‘behind’ the main menu buttons … how can I change this ??

    bennitos Friend
    #284042

    <em>@mwink 96863 wrote:</em><blockquote>Hi, thanks for this post, one problem: if I increase the size of the logo, the logo is ‘behind’ the main menu buttons … how can I change this ??</blockquote>

    If you increase the height of the logo then you will also need to change the height of the header:

    template.css file line 758


    #ja-headerwrap {
    background:#202020 none repeat scroll 0 0;
    border-bottom:3px solid #FF9B14;
    height:100px;
    position:relative;
    z-index:101;
    }

    AND
    template.css line 766


    #ja-header {t
    height:100px;
    line-height:normal;
    position:relative;
    }

    Change the item marked in red to your wishing (remember to always make backups)

    Set them both to the same value to make sure it all looks ok, so if you change the first from 100px to 150px then you should change the second also to 150px

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

This topic contains 4 replies, has 4 voices, and was last updated by  bennitos 16 years ago.

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