I use the following CSS to add a wrapper around my forum:
However, the white borders on the left and right side are not visible when using a mobile device. What can I add/change to get the same effect?
Code:
#wrapper {
max-width: 1220px;
min-width: 320px;
width: 100%;
}
#wrapper {
background: none repeat scroll 0 0 #fff;
margin: auto;
}




Comment