Im not sure why this is happening, but please help.
Could you please tweak this code for me to have sidebar positioned top of page in responsive view for icon and integrity stacks. I have ethos and renew already, and my client is now interested in icon and integrety.
Thanks heaps…
@media (max-width: 980px) {
.x-content-sidebar-active .x-container.max.width.offset {
display: flex;
flex-direction: column-reverse;
}
.x-sidebar.right {
margin-top: -10px;
}
}
}