Archived topic
sidebar to remain fixed
1 reply · Started by Antonio on March 4, 2021
Viewing posts 1–2 of 2
i want sidebar to remain fixed in pc version but not in mobile version
this code does not work for me
@media (max-width: 768px) {
.site-content {
flex-direction: column-reverse;
}
}
Hi Antonio,
The code is not for sticky purpose, it's to reverse the content order in mobile view.
Could you link us to the site in question?
This archived topic is closed to new replies.