Home>Support>Watch out the flex stylesheet

Watch out the flex stylesheet

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;
}

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 6 years, 10 months ago Alex S
    Hi, I Work Here

    Hi Henri,

    I’ve talked to Greg about this and they’re actually meant to all be set to nowrap – we’ll fix this in a plugin update. To clarify, what issues were you facing?

  2. 6 years, 10 months ago Henri Lotin

    I have no problem. Your plugin just do great job, thanks. I think on buying a license!

  3. 6 years, 10 months ago Alex S
    Hi, I Work Here

    Hi Henri,

    Can you please elaborate on why you needed to change flex-wrap from nowrap to wrap?

    This line:

    -> flex-wrap: nowrap; /* has to be set to wrap */
    
Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More