Reply To: Different Content Layouts Setup

Home Forums Support Different Content Layouts Setup Reply To: Different Content Layouts Setup

Home Forums Support Different Content Layouts Setup Reply To: Different Content Layouts Setup

#105187
Tom
Lead Developer
Lead Developer

Hmm, might be tough..

Set everything to one container, then add this CSS (assuming you’re using the right sidebar):

.page.right-sidebar.one-container .site-main {
    margin: 20px 20px 20px 0;
    padding: 0;
}

.page.one-container .inside-right-sidebar {
    margin-bottom: 20px;
    margin-top: 20px;
}

.page-container .widget {
    margin-bottom: 20px;
}

That should do separate containers on pages, and then use the one container setting for everything else.