I am trying to set margin top to the inside div ("main") but it's not working, and sometimes it pushed the outside div ("news_wrapper") instead.
Here is the fiddle link: https://jsfiddle.net/g2a9bpnd/
This is the div that need to get the margin top:
#main {
margin-top:30px;
background-color: #FFF;
padding: 0 30px 0 28px;
border-radius: 4px;
text-align: left;
color: #494949;
border: 1px solid #d0d1d3;
background-position: center center;
background-repeat: no-repeat;
margin: 0px auto;
width: 150px;
padding: 23px;
min-height: 350px;
height: auto;
}