MyBB Community Forums

Full Version: How to add border around container in mybb 1.8
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I try to use the same css from mybb 1.6. But got no luck. So how can i add border around the container.. Want to do like icyboards default theme
for #container in global.css add/modify the following as given....

background: #ffffff;
width: 990px;
padding: 10px;
border: 1px solid #000;
margin: 10px auto;


and for body change the background to a darker shade/image

background: #E5E5E5;
(2015-06-13, 06:19 AM)mmadhankumar Wrote: [ -> ]for #container in global.css add/modify the following as given....

background: #ffffff;
width: 990px;
padding: 10px;
border: 1px solid #000;
margin: 10px auto;


and for body change the background to a darker shade/image

background: #E5E5E5;

Thanks Big Grin

[Image: guns-replaced-thumbs-up-20.jpg]