test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • wiscom Friend
    #185317

    I changed logo. Also I changed logo size from template.css
    92X80 changed to 142X101 below
    However, it didn’t work.
    Only Home page didn’t work. Other sub pages looks alright.
    Anyone help me please?

    URL: zenmedia.cloudaccess.net

    /* Logo Image —*/
    h1.logo {
    float: none;
    height: 101px;
    margin: 0 auto;
    width: 142px;
    }

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

    Ninja Lead Moderator
    #484740

    You can try with my suggestion

    Open templates/ja_zite/css/template.css file
    from

    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;
    }

    change to

    h1.logo {
    float: none;
    height: 101px;
    margin: 0 auto;
    width: 142px;
    }

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

    Remember to clear cache from Admin area

    wiscom Friend
    #485300

    Thanks for your answer.
    However, it wouldn’t work.
    I’ve already did what you suggest from template.css as well as clear cache.
    Only main home page doesn’t show right px. The other sub pages are working alright.
    I think the layouts are different between main home and sub pages.
    I should change something from main home layout size.
    Anyone knows where can I find?

    Ninja Lead Moderator
    #485368

    Yeah very strange, I double checked pages on your site and only home page don’t work with this changed.

    If possible you can pm me url and admin access, I shall check it for you.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 9 months ago.

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