In back-end Template Styles - Advanced, set layout to "fluid".
Front-end modules take full width of the allowed space.
See picture:
I guess there is a mix-up in the grid/flex rules.
For example, in index.php, if I remove class "grid-child" from "sidebar-right", it goes to right as expected (not well correctly though).
<?php if ($this->countModules('sidebar-right')) : ?> <div class="grid-child container-sidebar-right"> <jdoc:include type="modules" name="sidebar-right" style="default" /> </div> <?php endif; ?>
An error is that both sidebar-right and sidebar-left are outside the scope of a flex container while rules of a flex container are applied. These tags are within the scope of the grid body container though.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-12-18 11:14:23 |
Closed_By | ⇒ | alikon |
Closed_By | alikon | ⇒ | joomla-cms-bot |
Set to "closed" on behalf of @alikon by The JTracker Application at issues.joomla.org/joomla-cms/26887
closed as we have a pr #27301
i see same error +1