If I ever want to use a sidebar on my blog page again, paste this text into the custom css page & rename this page back to “sidebar”:

/* Plugin Sidebar - Custom Styles * /

html .sidebar {

width: 230px;

}

html .sidebar__inner {

‍ ‍

padding: 20px;

background: 0 0;

border: 1px solid #f2e8e8;

}

html body:not(.sidebar-is-stacked) .sidebar {

width: 280px;

margin: 0 0 0 70px;

}

html body.template-v7_1 .sidebar .page-section .content-wrapper {

padding: 20px!important;

}

html body.template-v7_1 .sidebar .page-section,html body.template-v7_1 .sidebar .page-section .section-background {

background-color: transparent!important;

}

html body.has-sidebar.template-v7_1:not(.sidebar-is-stacked):not(.sqs-edit-mode-active) .page-section.has-sidebar>.content-wrapper .contentwrapper .content,html body.has-sidebar.template-v7_1:not(.sidebar-is-stacked):not(.sqs-edit-mode-active) .page-section.has-sidebar~.page-section.section-has-sidebar>.content-wrapper>.content {

padding-right: ~"calc(280px + 20px)";

}

/* end Plugin Sidebar - Custom Styles * /