Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • gorillamagnets Friend
    #151501

    Dears,

    my logo is build from a long word and when i replace it in the existing logo.png and logo2.png its look very small
    i try to upload a longer size image but it doesn’t show it completely… you see only half of the image…

    is there a way to change the size of the image so it will show it correctly.

    i need it for the 2 different logos.. logo.png and logo2.png

    thank you in advance,

    regards,

    the Gorilla!

    uniquebiz Friend
    #345504

    gorillamagnets;180931Dears,

    my logo is build from a long word and when i replace it in the existing logo.png and logo2.png its look very small
    i try to upload a longer size image but it doesn’t show it completely… you see only half of the image…

    is there a way to change the size of the image so it will show it correctly.

    i need it for the 2 different logos.. logo.png and logo2.png

    thank you in advance,

    regards,

    the Gorilla!

    Hey there
    when you change the logo from the normal supplied graphic to anything bigger you must also change the css for the logo to reflect the new size
    the original logo.png is 318px x 80 px and the smaller logo2.png is 163px x42px

    I do not know what your new logo size is. but please open your template.css file in a editor . look for line 1787 and this code

    .ja-home h1.logo a {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin adding;
    background:transparent url(../images/logo.png) no-repeat scroll left center;
    height:80px;
    width:318px;
    Change the values in red for your own logo dimensions.

    To change the smaller logo css
    look at line 1025 and this code

    h1.logo a {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin adding;
    background:transparent url(../images/logo2.png) no-repeat scroll left center;
    display:block;
    height:42px;
    width:163px;
    again you must change the values in red to match your small logos size

    If you are wishing to display words only , you can turn off the image for logo feature and type in text in administrator/extensions/template manager/
    change from image to text, fill in top field clear bottom field and you have large text on main home page. use small logo for other stuff

    Attached image of where to change this
    If this works for you, pls click best answer button 🙂



    1. text-on
    gorillamagnets Friend
    #345554

    thanks!
    🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  gorillamagnets 14 years, 5 months ago.

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