Sure, the only css you need is:
.spb-column-container > .spb-asset-content > .container > .row {
margin-left: 0;
}
.spb-column-container > .spb-asset-content > .container > .row > [class*="span"]:first-child {
margin-left: 0;
}
You can remove that after the update.
– Ed