Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • aleblava Friend
    #196263

    How can I change the logo of the JA Zite template for my logo? I browse /templates/ja_zite/images and change logo.png (with zite logo) for my logo.png file (with my logo), but it doesn’t work.

    I am sure that there is a big big elefant in front of my and I can’t see it.:eek:

    Thanks for your time!


    1. logo
    chavan Friend
    #528550

    You have successfully replaced the template logo with your image.

    Here are fix to make it better

    Go to this File: /templates/ja_zite/css/template.css

    Replace this code


    h1.logo {
    float: none;
    height: 80px;
    margin: 0 auto;
    width: 92px;
    }

    h1.logo a {
    background: url(../images/logo.png) no-repeat left top;
    display: block;
    height: 80px;
    width: 92px;
    }

    With


    h1.logo {
    float: none;
    height: 65px;
    margin: 0 auto;
    width: 200px;
    }

    h1.logo a {
    background: url(../images/logo.png) no-repeat left top;
    display: block;
    height: 61px;
    width: 200px;
    }

    aleblava Friend
    #528563

    Now the logo is shown, but not completely. As you can see, only a part is shown.
    I tried with this code without good results.

    h1.logo {
    float: none;
    height: 65px;
    margin: 0 auto;
    width: 400px;
    }

    h1.logo a {
    background: url(../images/logo.png) no-repeat left top;
    display: block;
    height: 61px;
    width: 400px;
    }

    TomC Moderator
    #528612

    Can you, perhaps, throw together a screenshot mock-up of how you wish your logo to display on your site?

    chavan Friend
    #528633

    Instead of width: 400px; , use width: 200px; this is the perfect solution.

    By doing this it will fix, If not post a screenshot, how your site view on your computer.

    aleblava Friend
    #528639

    Thank you both, Chavan and TomC. Now it works. What do I make? Notihng. I don’t knhow why, but is is shown as I want with 400 px in code.

    So, do you recommend me 200 px in any case?

    Thanks!

    chavan Friend
    #528670

    yes please make it 200px. that would fix the issue, Also clear your browser cache, whenever you make a css changes

    aleblava Friend
    #528902

    Done, thank you very much!

    webcode Friend
    #532602

    Hello everybody.
    I have a problem with the logo width. Its not changing to new width when slideshow is activated. I deactivate the slideshow and everything works fine. I tried different browser and i disabled slideshow cache.
    Please help.

    Best regards

    chavan Friend
    #532606

    @webcode

    please post your site Url

    webcode Friend
    #532607

    Thx for the fast reply Chavan. I fixed it by myself.

    Have a nice sunday

    unvacancier Friend
    #535696

    Hello,

    Same problem here. I have an 100 x 500 Logo but it’s not displying good on the Homepage. It works well on other page.

    /* Logo Image ---*/
    h1.logo {
    float: none;
    height: 100px;
    margin: 0 auto;
    width: 500px;
    }

    h1.logo a {
    background: url(../images/logo.png) no-repeat left top;
    display: block;
    height: 100px;
    width: 500px;
    }

    It’s working on each page but not for the Home …


    1. Capture
    2. Capture1
    unvacancier Friend
    #535702

    Finally found 😉

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

This topic contains 13 replies, has 5 voices, and was last updated by  unvacancier 10 years, 4 months ago.

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