Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • firs Friend
    #153247

    How do I enlarge the logo from the default size to 200×80 ?

    Arvind Chauhan Moderator
    #352048

    <em>@firs 189331 wrote:</em><blockquote>How do I enlarge the logo from the default size to 200×80 ?</blockquote>

    Got a site URL? or size of your new logo?

    Arvind

    firs Friend
    #352050

    the new logo is 200×80..

    the website: http://molinoracing.netsons.org/

    Arvind Chauhan Moderator
    #352053

    <em>@firs 189339 wrote:</em><blockquote>the new logo is 200×80..

    the website: http://molinoracing.netsons.org/</blockquote>

    Ok. Try this

    Open Your_SIte/templates/ja_anion/css/template.css

    Around line 548

    h1.logo {
    width: 210px;
    height: 41px;
    margin-top: 10px;
    }

    Change margin-top value to

    margin-top: -10px;

    and on line 554

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

    change the height value to

    height: 80px;

    That should get your logo in place.

    Arvind

    firs Friend
    #352057

    perfect, thx

    tomyhomy Friend
    #353476

    Thanks for this great tipp.
    I have used this to put a Header in the top of my page instead of Logo, Search etc.

    However as you see there is in the bottom of the header a gap between the Header and the rest of the site.

    How can I reduce this gap??

    Thanks

    Arvind Chauhan Moderator
    #353492

    Please provide live url of the site. Its not possible to help you out just based on screenshot. You can PM me the url, if you dont want it in public.

    Arvind

    tomyhomy Friend
    #353533

    Hi,
    I sent you a private message with the live url.

    Thanks

    Arvind Chauhan Moderator
    #353543

    Hi Tomohomy,

    try this >> Open Your_Site/templates/ja_anion/css/template.css

    around line 552 You will see the following code…


    #ja-header .main {
    background: transparent;
    padding: 25px 0 15px;
    }

    Change to :

    #ja-header .main {
    background: transparent;
    padding: 25px 0 1px;
    }

    That should bring it close enough. Let me know if it works well with you.

    Arvind

    tomyhomy Friend
    #353634

    Hello drarvindc,

    Thanks a lot.
    It was exactly what I wanted. Great!

    Could you please check this thread too. This is realy urgent:
    Images for sub menu

    I realy apreciate your help
    Thanks

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

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

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