Archived topic
sidebar on top in responsive view
3 replies · Started by ZLM on August 31, 2021
Viewing posts 1–4 of 4
I have a sidebar-right which is shown on the bottom in responsive view.
How is it possible to put the sidebar-right always on top in responsive view?

website: https://www.lernmanagement.at
Hi there,
try adding this CSS:
@media (max-width: 768px) {
.is-right-sidebar.sidebar {
order: -1 !important;
}
}
NOTE: It will move the entire right sidebar to the top.
Hi David,
thanks - it works!
Rene
Glad to hear that!
This archived topic is closed to new replies.