Skip to content

#8839 Orchard Layouts Bootstrap 4 columns fix#8840

Merged
BenedekFarkas merged 5 commits into
OrchardCMS:devfrom
mwentz:feature/8839-orchard-layouts-bootstrap-4-columns-fix
Sep 26, 2025
Merged

#8839 Orchard Layouts Bootstrap 4 columns fix#8840
BenedekFarkas merged 5 commits into
OrchardCMS:devfrom
mwentz:feature/8839-orchard-layouts-bootstrap-4-columns-fix

Conversation

@mwentz

@mwentz mwentz commented Sep 4, 2025

Copy link
Copy Markdown
Contributor

#8839 update all col-xs-* in Orchard.Layouts module to just col-* to fix columns. col-xs-* was removed in Bootstrap 4. display:flex was also added to Row.less to counteract the display:block on all the divs between .row and the .col-*

Gulp is broken per #8522 so all compiled files were manually updated. These files are included in the source, so this should work just fine.

… col-* to fix columns. col-xs-* was removed in Bootstrap 4. display:flex was also added to Row.less to counteract the display:block on all the divs between .row and the .col-*
…rt of the Bootstrap 3 source which is not used anymore.
@mwentz

mwentz commented Sep 10, 2025

Copy link
Copy Markdown
Contributor Author

The display:flex rule is causing issues and will need more specificity. Update coming.

@BenedekFarkas

Copy link
Copy Markdown
Member

The client-side asset build pipeline (with Gulp) is supposed to be working, but you need to use Node v7 (I know, ancient) for it. Unfortunately, I just noticed that the workflow job that checks the integrity of the client-side assets is broken, so I'll fix that first and then review this PR.

…f multiple elements were in a column, they were displaying horizontally instead of vertically. In order to fix this and manage situations where there are nested rows, the CSS specification had to be high.
@mwentz

mwentz commented Sep 22, 2025

Copy link
Copy Markdown
Contributor Author

Per my previous comment, there were some issues in the editor. I added a new commit that fixes the display of rows / columns and child elements.

@BenedekFarkas
BenedekFarkas merged commit 26fcdfb into OrchardCMS:dev Sep 26, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants