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