Hi there,
The height of the breadrumb bar increases when viewing in tablet and mobile.
Any ideas to fix this?
Hey web4698,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #header_main > .container {
height: 70px!important;
line-height: 70px!important;
}
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 130px!important;
}
This will reduce the header size in all screens if you like to target tablets add the code inside a media query block :)
Best regards,
Vinay
That doesn’t work. It’s just the red breadcrumb bar I’m referring to on the inner pages.
Hi,
I can’t find any breadcrumbs on the link you’ve provided. Can you send us a screenshot please? use imgur.com or dropbox.
Best regards,
Andy