Home>Support

Watch out the flex stylesheet

By Henri Lotin, 7 years ago. Last reply by Alex S, 7 years ago
Hello, I had a bug on my website and I found the culprit: https://academy.lotincorp.biz/wp-content/plugins/siteorigin-panels/css/front-flex.css?ver=2.5.13 From this CSS property: .panel-grid.panel-no-style, .panel-grid.panel-has-style > .panel-row-style { display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; -> flex-wrap: nowrap; /* has to be set to wrap */ -ms-justify-content: space-between; -webkit-justify-content: space-between; justify-content: space-between; }

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More