Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #929764

    Hi there,

    I experience a problem with the positioning and size of the logo.
    I used the following code to shift the position of the logo. This was no problem!

    div .logo {
    float: left;
    position: absolute;
    left: 0;
    top: 20px;
    }

    However, the size of the logo is much smaller than how I have uploaded it.

    Any idea how I can adjust this?

    Thanks in advance.

    Best regards Jeroen

    #930343

    Hey schoenj,

    Please try this as well:

    span.logo {
      height:200px;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.