whole phpbb has (I guess so):
1. a margin-top to browser's address-bar, which is near 12 px.
2. a padding around header etc. to whole phpbb's border, which is near 16 px.
How to adjust or remove the maring and padding?
Thanks
.
Code: Select all
body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
line-height: normal;
margin: 0;
padding: 12px 0;
word-wrap: break-word;
-webkit-print-color-adjust: exact;
Code: Select all
.wrap {
border: 1px solid transparent;
border-radius: 8px;
margin: 0 auto;
max-width: 1152px;
min-width: 625px;
padding: 15px;
}