My logo won't dispay

Discussion in 'Joomla' started by Outlaw_Racing, Apr 14, 2010.

  1. #1
    Hi,

    I have uploaded my logo image but it is stuck behind the main content for some reason, you can just see the very top of it sticking out, can you suggest how I make it visible? www . yachtinguniverse.com/beta2

    Thanks
     
    Outlaw_Racing, Apr 14, 2010 IP
  2. dsimi

    dsimi Member

    Messages:
    265
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    48
    #2
    Your logo part CSS code is:

    #logo {
    background:url("../images/blue/logo.png") no-repeat scroll 0 3px transparent;
    }
    blue.css (line 12)
    #logo {
    float:left;
    height:85px;
    text-align:left;
    width:330px;
    }

    But your image size is 600*200px. Reduce the size to width:330px and height:85px.
     
    dsimi, Apr 16, 2010 IP
  3. HavenX

    HavenX Member

    Messages:
    277
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #3
    Try using Custom Html Module and insert your logo and position it in "LOGO"
     
    HavenX, Apr 20, 2010 IP