Why do stacks that I put into stacks always change their margin properties?
I always get to this problem, and I have no idea why this happens.
I’d like to put stacks into stacks and then maybe change the margins – let’s say by 20 px – of the outer stack, so that all stacks within the outer stacks will become 20 px more narrow on the left and on the right as well.
But sometimes the (positive) margins of the inner stacks get overridden, so that the whole stack gets even wider (i. e. with negative margins) than before, even if the outer stack has all margins set to zero.
Can anyone explain this or has a solution for this problem?