Tagged: background, breadcrumbs, header, logo
Hello,
First of all, Enfold is a great theme, thanks for making it possible to work with it!
I do have a question however: I need the header to remain the original height, so not shrink when scrolling. Is that possible? Right now the logo and background image both shrink and not the way it should, so I would like to have the images remain their height.
Furthermore: is it possible to get the breadcrumbs within the header? My client requests that.
I’m using the small fixed header.
Regards, Marcel
Does anyone have a solution for me for this matter? I would like to be helped with this very much. Thanks.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_main .container,.main_menu ul:first-child > li > a, .logo img, .logo a {
height: 88px !important;
line-height: 88px !important;
max-height: none !important;
}
Best regards,
Yigit
Hello Yigit,
Thanks so much, this is exactly what I want!
One more question: is it possible to get the breadcrumbs within the header?
Best regards, Marcel