Is here is easy CSS tweak where I can have the height of the logo fall out the bottom of the header wrapper? It is a tall logo and the size I want makes the header too tall so I would like the bottom part of the logo to sit 80 pixels or so below the fotter bottom…it would overlay on top of the image slider a bit as well.
.logo, .logo a {
overflow: visible;
}
.logo.bg-logo img {
max-height: none !important;
height: 200px;
}
Hi,
Can you post a link to your website please?
Regards,
Josue
http://hobart-design.com/carportsrus/
This is the start of it. I tried using the code provided by Flikk but didn’t seem to change anything. Thanks for your help.
Hey!
Try adding this code to the Quick CSS:
strong.logo {
position: relative;
top: 40px;
}
Cheers!
Josue
you can also add in addition:
.header-scrolled strong.logo {
position: relative;
top: 20px !important;
}
so it does not get messed up as much when scrolling down.