Lack of interest [Suggestion] Lower breadcrumb to match upper breadcrumb width

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.
This suggestion has been closed. Votes are no longer accepted.
In which view?

This view (thread_view) they match exactly.

Do you mean in the forum view where there is a "Post New Thread" button at the end of the upper breadcrumb?
 
Ah, you mean forum list or forum home as it is sometimes referred to.

So you would prefer it like this?

breadcrumbs.webp

That would be possible with a template edit.
 
It was something we discussed, but the current version was explicitly decided upon. Moving it to where Brogan's screen shows means that in the event that the main column is shorter than the sidebar, the breadcrumbs move up. We want the breadcrumbs "stuck" to the bottom, as a cap for the whole page. (It could be argued that the sidebar is not part of the page, but that varies depending on how it's used.)
 
That makes sense since to be the default since it will apply to all installs.
I think for my purposes I might move it as Brogan demo'd.
Thanks.
 
You just need to move:
Code:
<div class="breadBoxBottom"><xen:include template="breadcrumb" /></div>
to below:
Code:
{xen:raw $contents}
in the PAGE_CONTAINER template.
 
Top Bottom