Home › Forums › CSS › What happen with MARGIN › Re: What happen with MARGIN
May 25, 2012 at 11:51 am
#103476
Member
You probably need to add ‘overflow:hidden’ to the wrapper css.
The problem, I believe is that the wrapper doesn’t have a specified height and so the ‘margin has nothing to push against except the whole ‘page’…or something like that.