Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • pavit Moderator
    #1026579

    Hello

    Try in this way

    Edit this file /templates/ja_ores/css/template.css and find

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

    change to :

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

    Regards

    teutobahiano Friend
    #1026623

    Hi Pavit, it works on all pages except on the HOMEPAGE!

    pavit Moderator
    #1026654

    it works on all pages except on the HOMEPAGE!

    Please share a temp super user account to your backend or disable css optimization, i will have a look at it.

    teutobahiano Friend
    #1026734
    This reply has been marked as private.
    pavit Moderator
    #1026836

    Hello

    I disabled development mode and removed template.css from optimization, it works fine also on home page now.

    teutobahiano Friend
    #1026965

    Great! Thanks!!!

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

This topic contains 6 replies, has 2 voices, and was last updated by  teutobahiano 7 years ago.

The topic ‘Logo cutted’ is closed to new replies.