Brigid - Johns Creek, GA

Two Column sections are no longer two column?

Assigned to
Kyle Sullivan, Web Development at Diocesan Kyle S.

Comments & Events

Kyle Sullivan, Web Development at Diocesan
Do you have an example?
Kyle Sullivan, Web Development at Diocesan
I added the following to post-launch.css, and it fixed the problem. I'm not sure why this got messed up, but it's fixed.

    .visual-editor-row .two-column {
      display: flex;
      flex-wrap: wrap; }
      .visual-editor-row .two-column .column {
        flex: 1; }
Kyle Sullivan, Web Development at Diocesan
Kyle Sullivan completed this to-do.