-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Position of breadcrumbs #15
Comments
When you say "banner", are you referring to your logo? In other words, do you want this order from top to bottom:
That would take a bit of work. The awesome bar and breadcrumb are contained in the layout/navbar.inc.php file and then included in the different template files in the layout folder. Obviously, any changes you make will be hacks and not safe to upgrade unless you make your own fork. |
It wouldn't be too hard to move the breadcrumbs to below the header/logo, but the breadcrumbs would no longer "stick" to the top of the screen (without something along the lines of a position:sticky polyfill). As far as making such a customisation persist through Decaf upgrades, you could create a child theme which contains your customisations - though if your child theme has its own layouts, you'd need to test it against each new Decaf version to ensure that it still works. |
I have a quick question that goes along with this post. I've created my theme that inherits decaf. I want to modify the navbar.inc.php and pageheader.inc.php so that my new theme overrides those layouts. |
Is it possible to move the breadcrumbs underneath the banner instead of underneath the awesome bar? If so, how?
We have a logo that we use and having the breadcrumbs underneath the awesome bar doesn't look right.
TIA
The text was updated successfully, but these errors were encountered: