Tagged: breadcrumbs
Hi,
I’ve found a couple of threads about this and tried the code in them but it didn’t seem to work.
How would you manage (reduce) the height of the breadcrumb bar please ?
Sorry, I’m posting quite a lot right now. i normally build my enfold sites on my own and by looking at support threads for tips but I have an unusually demanding client who wants things “just so” ;-)
Thank you
Hugues
Hey Hugues,
It’s not a problem, we are here to help :)
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.stretch_full.container_wrap.alternate_color.light_bg_color.empty_title.title_container {
height: 30px;
}
#top .title_container .container {
padding: 0px !important;
min-height: 15px !important;
}
Best regards,
Jordan
Thanks Jordan, super fast reply
The code is great and works but it creates a couple of small issues:
The actual breadcrumb text disappears on mobiles and doesn;t line up in the middle of the band on desktop. Do you know how to avoid this happening ?
Cheers
Hugues
Hi!
Have you figured it out already? I could not reproduce the issues on my end.
If issue still persists, please post screenshots and show them
Regards,
Yigit
Hi,
No I haven’t. Sorry I took the code out to revert back to the normal top bar, which is why you can’t replicate it. I’ll put it back in and let you know if the client still insists.
Thanks for looking though, sorry for the inconvenience.
Hugues