I changed the columns padding from the default 10px. In order to align the content with the container’s left and right sides I need to edit the Columns Row’s negative margin accordingly.
The new negative margins are saved (I can see it with the web inspector) but do not overwrite the default values give by the selector .w-container .w-row
Am I the only one having this issue? How can I fix it?
Why not? It really seems obvious to me it should be working. It has nothing to do with Bootstrap 3.0 as you do it by default. It is only an override issue because if I simply remove the default styles it works as expected. Please see the two screenshots. The only difference is that I unselected the default margins on .w-container .w-row
On the second screenshot, the text on the left is align with the one above and the pictures on the right are aligned with the (gold) container.