• Resolved audunmb

    (@audunmb)


    After updating to 6.1.1 (from 6.0.3), there is an issue with rows (groups of blocks) which no longer display as rows, but as columns. For example the social media icons shown on the front page of our website.

    I tried to look into the CSS, but I can’t figure out what’s wrong.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter audunmb

    (@audunmb)

    Ok, I found it. It seems like for some reason flex display was not added. I added the following CSS:

    .is-layout-flex {display:flex;}

    I have no idea why this didn’t apply in the first place, but it fixed it. I’ll leave the thread if someone else has the same issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Rows display as columns after update to 6.1.1’ is closed to new replies.