Home Forums Theme support STRONG Theme – How do I decrease the width of the boxed area? Reply To: STRONG Theme – How do I decrease the width of the boxed area?

Ok, you can try to add this code (also in custom css content):

#layout.block #content {
padding-left:30px;
padding-right:30px;
margin-left:auto;
margin-right:auto;
}

This should solve the problem