I have shrinking header / logo enabled, but because I am using other CSS to override the logo size (I want it larger than the allotted space and overlapping the content) I think I have lost the ability to shrink when scrolling. Is there any way to get this back? The beta site can be found here.
This is the CSS I am using for my header logo now:
.logo, .logo a, .logo img {
position: relative;
left: 0;
height: 120px;
overflow: visible;
max-height: 120px!important;
padding: 0;
margin-top: 5px;}
Any help appreciated. Thanks!
Hey woodlandsoffices,
Yes, you can use this css code:
.header-scrolled .logo,
.header-scrolled .logo a,
.header-scrolled .logo img {
height: 60px;
}
just adjust the height, hope it helps :)
Best regards,
Nikko
That worked great, thank you for your help!
Hi,
I’m glad Nikko was able to provide a solution. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon