Tagged: header
Hi
I wanted to add an image to the header background. But when i inserted the image the menu would be on top of the image.
So i changed a little bit of cs but something is happenning with the behavior of the header. Can you take a look?
Hi moreleads!
Could you provide us with a screenshot or mockup highlighting how you would like it to look please?
Regards,
Rikard
Can you see the link i posted in private?
I want how it is doing but theres a moment when the header resizes that is not resizing well. It stays with a big blue bar and then resizes to the aspect i want.
I just want the blue bar below the menu to disappear when we start scrolling
Header normal behavior
Bugged header at start of scroll
Header after scrolling a little bit more.
So i want the header to not act has showed on 2nd image
Hi!
You have to remove these codes in the style.css file:
.html_header_top.html_bottom_nav_header #header_main {
z-index: 3;
height: 134px;
}
.html_header_top.html_bottom_nav_header #header_main {
z-index: 3;
height: 134px;
}
It breaks the header shrink script.
Best regards,
Ismael
Weldoesn’t really help me, because i would like the header to have that behavior/size. Is there any way to fix the shrinking with those sizes?