Hi Guys. I have this code for ethos that works perfectly to get the side bar at the top of content in responsive mode.
I need to have this now for Renew Stack.
Thanks loads in advance. Max
@media (max-width: 980px) {
.x-content-sidebar-active .offset.cf {
display: flex;
flex-direction: column-reverse;
}
.x-sidebar.right {
margin-top: -10px;
}
}
