Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • marian_7117 Friend
    #163803

    Hi,
    I changed the logo size from template.css and put my new logo(as below), but in mozzila I still see the same old logo and in internet explorer I see the new one, but it looks bad.
    I cleaned cache and deleted the cookies.
    What can I do to resolve the issue?
    Thanks
    Marian
    http://www.stiriexterne.com

    template.css :
    /* Logo Image —*/
    h1.logo { height: 57px; margin-top: 40px; width: 301px; }

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

    pritam Friend
    #390559

    Hello,

    (logo.png) location: “templatesja_teline_ivimages”
    file extension .png
    size 222 x 114

    To change size of logo, customise template.css file:

    /* Logo Image —*/
    h1.logo { height: 57px; margin-top: 40px; width: 222px; }
    h1.logo a {
    background: url(../images/logo.gif) no-repeat;/* removed “left top”*/
    display: block;
    height: 57px;
    width: 222px;
    }
    h1.logo a:hover, h1.logo a:focus { /*background-position: left bottom; */ }

    indrit Friend
    #398452

    Hello,

    I see this is a solve topics, however I need to ask for a different modification of a logo.

    As a default the log has the following dimensions: 222 x 114 (px)

    What do I need to change to make the logo 250 x 200

    When I tried once I ended up having the logo half-shown and half stuck underneath the menu.

    Anyone can post here the code for me?

    Regards,
    Indrit

    Ninja Lead Moderator
    #398578

    try this:
    open template.css and change this code:


    /* Logo Image ---*/
    h1.logo { height: 57px; margin-top: 40px; width: 222px; }
    h1.logo a {
    background: url(../images/logo.gif) no-repeat;/* removed "left top"*/
    display: block;
    height: 57px;
    width: 222px;
    }

    to


    /* Logo Image ---*/
    h1.logo { height: 200px; margin-top: 40px; width: 250px; }
    h1.logo a {
    background: url(../images/logo.gif) no-repeat;/* removed "left top"*/
    display: block;
    height: 200px;
    width: 250px;
    }

    indrit Friend
    #399849

    Hi hungnd

    I have done this before and it does not do my good at all. As I have explained before half of my logo is stock underneath the mega menu. There must be some other modification to the CSS that can accommodate the logo modification size.

    Here is my test site: http://www.albohio.com/index

    regards,
    Indrit

    indrit Friend
    #400099

    Hi All,

    Please see my issue with logo change dimension in both Mozila Firefox and Internet Explorer7:

    IE7:

    MozilaFirefox:

    What can I do to fix this?

    regards,
    indrit


    1. I-Explorer7_display
    2. Mozila_Firefox_display
    fdr77 Friend
    #400102

    change in the template.css
    #ja-header .main {
    height: 255px ; ……

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

This topic contains 7 replies, has 5 voices, and was last updated by  fdr77 13 years, 4 months ago.

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