--> /* === Fix sidebar layout on post pages === */ body.item .main-content-wrapper { display: flex; flex-wrap: nowrap; align-items: flex-start; } body.item .main-content-wrapper .main { width: 70%; } body.item .main-content-wrapper .sidebar { width: 30%; float: none !important; clear: none !important; }