I think this site need the following ”css style” because whenever the ads is showing at the top of the site, it move to the right hand side where there is a blank space @proofofbrainio
*{
box-sizing : border-box;
margin: 0;
}
body{
max-width : 100% !important;
overflow-x: hidden;
font-size: 100%;
}