Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • danaos Friend
    #125868

    Hello,
    Does anybody help me how to change logo size to higher?
    Need to resize logo space for a higher logo.
    Thanks in advance!
    danaos

    Menalto Friend
    #240550

    You can do this:
    Open up the template_css.css file on line 1036:

    #ja-header h1 {
    background:transparent url(../images/logo.gif) no-repeat;
    float:left;
    font-size:2em;
    height:46px;
    margin:0pt;
    padding:0pt;
    width:220px;
    }

    And change height there, but it will push all things down, so it might not work as you wanted, to get a higher logo in this template alot of work is needed to do. But if the solution i posted for you works its fine:)

    interclass Friend
    #242115

    Hi every body,
    Did some body found solution for this problem,
    my logo have this size : 400px * 50px and when I put it in my template, it push all things down.
    Thank you.

    Menalto Friend
    #242116

    To put a large logo in Rochea will not work out fine, unless you rewrite some parts of the header.
    Do you have a live url to show us and a link to your logo?

    interclass Friend
    #242121

    My web site is not in the internet, is in local disk but here is my logo.


    Thank you.

    interclass Friend
    #242496

    Hi,
    here is my url for exemple : http://sen-adresse.com/aladin
    I didn’t found a solution for my logo size problem.

    Sherlock Friend
    #242500

    Change

    #ja-header h1 {template_css.css (line 1036)
    background:transparent url(../images/logo.gif) no-repeat scroll 0%;
    float:left;
    font-size:2em;
    height:46px;
    margin:0pt;
    padding:0pt;
    width:400px;
    }

    to

    #ja-header h1 {template_css.css (line 1036)
    background:transparent url(../images/logo.gif) no-repeat scroll 0%;
    float:left;
    font-size:2em;

    height:50px;
    margin:0pt;
    padding:0pt;
    width:400px;
    }

    And change

    .wide #ja-mainnavwrap {template_css.css (line 1151)
    width:730px;
    }

    to

    .wide #ja-mainnavwrap {template_css.css (line 1151)
    height:50px;
    width:550px;
    }

    interclass Friend
    #242501

    Thank you very much 🙂 !!

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

This topic contains 8 replies, has 4 voices, and was last updated by  interclass 16 years, 8 months ago.

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