You mean for each individual row? So I go to a page. Select a row. it says zero / blank in every possible place but still it adds some default max settings. I was fine just this morning and now for some reason its like this.
Even stranger is that if I unput in the blank Max Width 1200px , it works, but the css is silly
It puts it in as min witdh to act against the useless default max width
so far it seems that the solution is just to delete the css max width styles...
element.style {
}
@media (min-width: 1200px)
.sppb-row-container {
max-width: 1140px;
}