You are viewing a single comment's thread from:

RE: POB Update: Ecency Front End, Possible POB Store, and Ads

in Proof of Brain3 years ago

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%;
}


Posted via proofofbrain.io