The Cassiopeia breadcrumbs module position
At the moment, it is below the component area (see index.php lines 151-157):
<div class="grid-child container-component"> <jdoc:include type="modules" name="main-top" style="cardGrey" /> <jdoc:include type="message" /> <jdoc:include type="component" /> <jdoc:include type="modules" name="breadcrumbs" style="none" /> <jdoc:include type="modules" name="main-bottom" style="cardGrey" /> </div>
And it looks like this:
Change the order in that section of index.php to this:
<div class="grid-child container-component"> <jdoc:include type="modules" name="breadcrumbs" style="none" /> <jdoc:include type="modules" name="main-top" style="cardGrey" /> <jdoc:include type="message" /> <jdoc:include type="component" /> <jdoc:include type="modules" name="main-bottom" style="cardGrey" /> </div>
So it looks like this:
None. (The misalignment at the top of the component and sidebar was already there).
Labels |
Added:
?
|
Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-09-08 04:49:26 |
Closed_By | ⇒ | franz-wohlkoenig |
I agree with you. For some reason I never understood the breadcrumbs is at the bottom in protostar