I have a div that\'s set to width 100%. I wanted to set a margin right and left of 20px. For some reason only the left is being pushed over 20px. It ignores the right. Is th
A div will use all available space , unless you start floating. Remove the width and should be fine.
div
width