Best Premium and Free WordPress Themes › Forums › Corporate Plus Pro › How do I change widths of sidebars and main content area › Reply To: How do I change widths of sidebars and main content area
December 13, 2016 at 4:35 pm
#11498
acmethemes
Keymaster
Hello Kev,
Please add the below CSS codes on Appearance > Customize > Layout Design Options > Custom CSS
.site-content {
margin: 0 auto;
max-width: 1300px;
width: 100%;
}
Hope this will solve your problem.
Warm Regards
Acme Supports