Hi @charlie!
When setting a looper provider on a Row, often the best practice is to have the <ul> tag on inner row, and the <li> tag on the Column.
This would immediately kick in WordPress <ul> styling, breaking the Row’s layout. We’r solving that with this:
$el ul {
padding-inline-start: 0;
}
Do you think Pro could handle this issue by itself? I understand that this CSS might cascade down to some unwanted effects, but perhaps there could be a smart way. Maybe a conditional option if <ul> has been selected on the Row?
Thanks!