Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • noddyy Friend
    #147563

    How can we change the size of the logo in the banner?

    Thanks. 🙂

    bennitos Friend
    #329072

    Hello,

    In your template.css file line 892.


    h1.logo a {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../images/logo.png) no-repeat scroll center center;
    display:block;
    height:70px;
    width:330px;
    }

    Change the item marked as red (remember to make backups)

    noddyy Friend
    #329089

    That has now been done but the logo appears bigger than the header area, overlapping the rest of the site.

    bennitos Friend
    #329094

    Can you send me the url of your website?

    Will have a look for you.

    noddyy Friend
    #329095

    I’ve sent you a PM.

    bennitos Friend
    #329099

    Checked 🙂

    You also have to change the size of your header so it will match with the logo.

    template.css line 868.

    Change it to the value in red and it will fit perfectly!


    #ja-header {
    border-bottom:3px solid #C21317;
    }
    red.css (regel 72)
    #ja-header {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#FFFFFF url(../images/header-bg.gif) repeat-x scroll 0 19px;
    border-bottom:3px solid #D58400;
    border-top:1px solid #CCCCCC;
    height:220px;
    line-height:normal;
    margin:0 10px;
    padding:0;
    position:relative;
    z-index:999;
    }

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

This topic contains 6 replies, has 2 voices, and was last updated by  bennitos 14 years, 8 months ago.

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