Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Anonymous Moderator
    #143841

    I like to use your new template mona, but the logo images is larger than the space in the template.

    The size of the new logo is 340 x 65 px. How can i change this in the template?

    I’ll hope you have an answer for this.

    Anonymous Moderator
    #315947

    Please kindly try with my guider:

    Open templates/ja_mona/css/template.css file

    + At about line 818, find following code;

    h1.logo, div.logo-text {
    margin:0;
    padding:0;
    width:220px;
    }

    and change to:

    h1.logo, div.logo-text {
    margin:0;
    padding:0;
    width:340px;
    }

    + At about line 824, find following code:

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

    and change to:

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

    Hope it helps.

    gavesea87 Friend
    #351671

    Perfect Answer, thanks!

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

This topic contains 3 replies, has 2 voices, and was last updated by  gavesea87 13 years, 9 months ago.

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