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?

Hi,

do you mean the complete layout or only the content area? For the complete layout you can add this code in WordPress admin -> Appearance -> Theme Options -> Custom CSS Content:

#layout.block {
max-width:960px /* or 1100px, its your choice */
}