Home Forums Theme support Caboom full width page Reply To: Caboom full width page

Hi,

you can fix this with some css code. Please go to WordPress admin -> Appearance -> theme options -> general -> extra css content and add this:

.page-id-40 .mainsection .inner, .page-id-40 .mainsection .inner #page-sidebar-no-sidebar {
padding: 0;
width: 100% !important;
}

Normally this code should solve the problem.