Goal: Align call-to-action buttons to the same vertical position within a desktop column section on the Broadcast theme.
Initial attempt: Custom CSS targeting a specific SectionColumns ID didn’t work.
Proposed fix: Add flexbox CSS in theme.css for .column__grid__item, .column__content, and .column__text.rte to stretch content and align buttons.
Outcome of first fix: Buttons align only after window resize; on initial page load they remain misaligned. A Loom video was provided to demonstrate the load vs. resize behavior.
Second suggestion: Revised CSS adding height: 100% to the container elements.
Result: The section disappeared after applying the new code, so the change was reverted/unsuccessful.
Context: Store URL and password were shared for testing.
Status: Unresolved. Another participant later asked if a solution was found, indicating the issue remains open and no confirmed fix or action items were finalized.