Hi Guys,
I want to make the logo larger then the headers height. Like this, overlapping the header:
Is that possible? If yes, can you give me a direction of advice how to do it?
Thanks!
Hi razhimself!
Yes, it is possible but could you please post the link to your website?
Regards,
Yigit
Did you get the URL and password in my private reply?
I manage to do some of the styling but not good enough.
I laborated with this code:
#top .logo {
padding-top: 0px;
width: 300px;
margin: 10px auto;
float: none;
height: auto;
}
It would be awesome if you could give me some advice.
Hi!
Looks like you figured it out but I guess you need to adjust the logo width:
#top .logo {
padding-top: 0px;
width: 300px;
margin: 10px auto;
float: none;
height: auto;
}
Regards,
Ismael
Thanks Ismael but I can’t see any difference between your code and mine?
What I wish to do, beside what I have accomplished in my css, is to remove the space above the logo and make it little bit bigger.
Hi!
Please try the following code in Quick CSS:
.logo, .logo a {
overflow: visible;
}
.logo img {
max-height: 150px !important;
}
Best regards,
Rikard
Thanks! It works like a charm :)
The Kriesi support is as good as always!
Regards Rasmus