Tagged: bar, Fixed Header, header
Hi Kresi,
I really like combination of small fixed header and bar of big header. I added this to Quick CSS:
.social_header #header_main .container { height: 100px; line-height: 100px; }
.fixed_header.social_header #main { padding-top: 131px; }
But look, what it makes with menu :-(. Is there any way, how can I fix it?
Hi frysjo!
Can you post a link to your website please?
Cheers!
Peter
Hey!
Please add this on Quick CSS or custom.css:
.social_header .main_menu ul:first-child > li a {
height: 100px;
line-height: 100px;
}
Cheers!
Ismael
It works great! Thank you very much!