.not-logged-in .sidebar.brxe-block{ width:100% !important; height: auto; display: flex; flex-direction: row; padding-block:var(--space-s); } .brx-body.not-logged-in.not-logged-in{ grid-template-areas: "header header" "main main" "footer footer"; grid-template-columns: 1fr; grid-template-rows: auto; } .brx-body { display:grid; min-height: 100svh; grid-template-columns: 320px 1fr; grid-template-rows: 1fr 60px; grid-template-areas: "header main" "header footer"; } .logged-in header#brx-header { position: sticky; top: 0; align-self: start; } .brxe-block.sidebar.sidebar { grid-area: header; } #brx-content { grid-area: main; margin:0px !important; } #brx-footer { grid-area: footer; } @media (max-width: 768px) { .brx-body { grid-template-columns: 1fr; grid-template-rows: auto 1fr 80px; grid-template-areas: "header" "main" "footer"; } .logged-in header#brx-header { position: static; } .brxe-block.sidebar.sidebar{ height:auto; display:flex; flex-direction: row; flex-wrap: nowrap; align-content: center; align-items: center; } .brxe-section.header{ width:100% !important; }} .page-id-363 .top-navigation,.page-id-363 #brxe-xzmdwt {display:none;} .page-id-363 #brxe-fexfva { padding: 0; } .page-id-363 .main-content.brxe-section{ grid-template-rows:1fr; background: white; }