Hi there,
awhile back someone from your awesome support team gave me some code to make the sidebar come up first on mobile. This is the code:
@media (max-width: 979px) {
.x-container {
display: flex;
flex-flow: column wrap;
}
.x-container .x-sidebar {
order: 1;
}
.x-container .x-main {
order: 2;
}
}
Now, I’m wondering how can I make it so that this code does not take effect on all the POSTS? I want to exclude all posts from this…
Thank you for your help…
-Joshua