Hmm, try this:
.kad-header-style-basic #logo #thelogo {
position: absolute;
top: 30px;
left: 0;
}
You can add css in your theme options > custom css box.
If you post a link I might be able to help more.
Kadence Themes
Thread Starter
ilpeo
(@ilpeo)
thanks for your help.
What I’m trying to get is a logo higher than the header.
here’s an example https://www.dropbox.com/s/issavfe26l1umkx/Screenshot%202015-03-21%2022.47.25.png?dl=0
I noticed that the logo gets a max height in /templates/header.php and I’m wondering how to override that without editing the HTML.
By the way, the theme is awesome! 😉
Can you post a link to the site?
Kadence Themes
Your image is only 93px high. http://www.oliocovezzi.it/wp/wp-content/uploads/2015/03/logo-SMALL.png
If you upload a larger one then you can use css to change the height.
Kadence Themes
Thread Starter
ilpeo
(@ilpeo)
Ops, you’re right.
Looks like you put me on the right way, thanks.
Thread Starter
ilpeo
(@ilpeo)
The only problem left is how to set a different logo image for homepage and internal pages.
i’m trying using the body.home selector without success 🙁
body.home .kad-header-style-basic #logo #thelogo {
position:absolute !important;
top:60px;
left:0;
background-image:(url'http://www.oliocovezzi.it/wp/wp-content/uploads/2015/03/logo.png') !important;
z-index:9999;
max-height: none;
}