Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • sskarli Friend
    #127473

    Hi!
    How do I get the logo to be bigger than the normal?
    I want the logo to be 435 x 159. Is that possible to change?

    Hope to recieve a quick answer!

    sskarli Friend
    #245204

    Original size is 435 x 42

    So I need it to be higher. Please help me.
    Could I change it in on of the system files or anything?

    giannis Friend
    #245206

    Edit your template.css and find
    h1.logo a {
    width: 340px;

    make there changes.

    sskarli Friend
    #245208

    I can adjust the image size. But only the top shows.
    Not the whole picture. Do you know how I can adjust that?

    sskarli Friend
    #245212

    I have changed these details. But on the page: http://www.seabedservices.com only the top of the logo shows. How do I show the whole logo?

    h1.logo a {
    width: 435px;
    display: block;
    background: url(../images/logo.gif) no-repeat;
    position: absolute;
    height: 159px;
    bottom: 15px;
    left: 0;

    giannis Friend
    #245215

    #ja-header {
    height: 80px;

    change this maybe?

    mfcphil Friend
    #245226

    I take it you fixed this logo as it looks great 😀

    lasor123 Friend
    #250644

    Please help my then………take a look at my logo (http://www.wibergpartner.dk) , what to do ???

    The code :

    #ja-header {
    height: 145px;
    line-height: normal;
    position: relative;
    }

    #ja-header a {
    }

    h1.logo, h1.logo-text {
    margin: 0;
    padding: 0;
    font-size: 200%;
    }

    h1.logo a {
    width: 600px;
    display: block;
    background: url(../images/logo.gif) no-repeat;
    position: absolute;
    height: 42px;
    bottom: 15px;
    left: 0;
    }

    h1.logo a span {
    position: absolute;
    top: -1000px;
    }

    h1.logo-text a {
    text-decoration: none;
    outline: none;
    position: absolute;
    bottom: 35px;
    left: 15px;
    }

    p.site-slogan {
    margin: 0;
    padding: 0;
    color: #858783;
    position: absolute;
    bottom: 20px;
    left: 15px;

    Best, Lasor

    Menalto Friend
    #250649

    #ja-header {
    height: 145px; <-------------------------Adjust the height of the header here, unless you want it to be like it is.
    line-height: normal;
    position: relative;
    }

    #ja-header a {
    }

    h1.logo, h1.logo-text {
    margin: 0;
    padding: 0;
    font-size: 200%;
    }

    h1.logo a {
    width: 600px; <-----------Change this to 323px
    display: block;
    background: url(../images/logo.gif) no-repeat;
    position: absolute;
    height: 42px; <------------Change this to 47px
    bottom: 15px;
    left: 0;
    }

    h1.logo a span {
    position: absolute;
    top: -1000px;
    }

    h1.logo-text a {
    text-decoration: none;
    outline: none;
    position: absolute;
    bottom: 35px;
    left: 15px;
    }

    p.site-slogan {
    margin: 0;
    padding: 0;
    color: #858783;
    position: absolute;
    bottom: 20px;
    left: 15px;

    lasor123 Friend
    #250654

    Thanks…….it works…….:-)

    Best, lasor

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

This topic contains 10 replies, has 5 voices, and was last updated by  lasor123 16 years, 4 months ago.

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