?
avatar ghazal
ghazal
1 Nov 2019

Steps to reproduce the issue

In back-end Template Styles - Advanced, set layout to "fluid".

Actual result

Front-end modules take full width of the allowed space.
See picture:
screen shot 2019-11-01 at 12 30 59

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; ?>

avatar ghazal ghazal - open - 1 Nov 2019
avatar joomla-cms-bot joomla-cms-bot - labeled - 1 Nov 2019
avatar ghazal ghazal - change - 1 Nov 2019
The description was changed
avatar ghazal ghazal - edited - 1 Nov 2019
avatar micker
micker - comment - 5 Nov 2019

i see same error +1

avatar ghazal
ghazal - comment - 9 Nov 2019

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.

screen shot 2019-11-09 at 10 49 21


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26887.
avatar ciar4n
ciar4n - comment - 18 Dec 2019

PR.. #27301

avatar alikon alikon - change - 18 Dec 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-12-18 11:14:23
Closed_By alikon
avatar joomla-cms-bot joomla-cms-bot - change - 18 Dec 2019
Closed_By alikon joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 18 Dec 2019
avatar joomla-cms-bot
joomla-cms-bot - comment - 18 Dec 2019

Set to "closed" on behalf of @alikon by The JTracker Application at issues.joomla.org/joomla-cms/26887

avatar alikon
alikon - comment - 18 Dec 2019

closed as we have a pr #27301


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26887.

Add a Comment

Login with GitHub to post a comment