Active
Project:
Showcase Lite
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2020 at 19:20 UTC
Updated:
2 Jul 2026 at 23:39 UTC
Jump to comment: Most recent
I used pager manager and layout builder to create a homepage with a 33% - 67% two column layout and the two columns were below each other instead of being next to each other. Changing flex-wrap: wrap in .layout--twocol-section to flex-wrap: nowrap solves the issue but that feels like a kludge. Something in the parent has changed compared to such themes as bartik.
Comments
Comment #2
aaronelborg commentedI've ran into this too. Before I go deep trying to figure out why this might be, did you happen to figure out a decent reason and/or remedy?
Thanks!
Comment #3
bwoods commentedI ran into this exact same thing today. I noticed that the issue seems to occur only when the two-column option is chosen with uneven percentages and there's a sidebar column available. I just added the override style as suggested by the OP to get this working correctly. You will probably want to include this override in a media query because you'll need the wrap for mobile styling. Here's what I'm using: