Hi
I have a few issues with my header.
1. How do I change the bottom padding of the header? I need it a tad smaller.
2. How do I make the logo not shrink so much with the Shrinking Header check box?
3. How do I make the text lower when the header is shrunk?
Hey!
1-2. Try adding this code to the Quick CSS:
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 200px;
}
#header_main_alternate .container {
height: 0 !important;
}
.header-scrolled ul#avia-menu {
top: -55px;
}
3. This will require you to edit js/avia.js, look the iterances (2) of:
el_height/2
Change 2
for 1.8
or lower.
Cheers!
Josue
Great!
I changed the Jave script and notice that now the logo jumps a tad? Is there any way to fix this? The logo will strill shrik all the way and jump to the newly assigned height… not so cleanly I might add
Ok i’ve adjusted it a little bit, check it now.
Cheers!
Josue
Looks great! Thanks!
You are welcome, glad to help :)
Regards,
Josue