Move widgets sidebar after post container #687
Replies: 4 comments 4 replies
-
The main purpose about placing the sidebar widgets above content on small screens is that the TOC should be present before content. But you're able to change this behavior via CSS. // assets/main/scss/_custom.scss
.sidebar {
order: 5;
} |
Beta Was this translation helpful? Give feedback.
-
I agree TOC is useful at the beginning but in my opinion will be more user friendly if you put TOC after the breadcrumb and move all the others at the end. |
Beta Was this translation helpful? Give feedback.
-
I do it with a dirty way
2.create the hook and add the following
3.add some css to hide show at mobile view
|
Beta Was this translation helpful? Give feedback.
-
@iamgiannisx Hi, I created a PR #689 for solving this in JS way. You can preview and test it on the preview demo site https://deploy-preview-689--hbs-docs.netlify.app/. Please feel free to share your feedback. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to move widgets sidebar container after the post container at mobile view.
I think this is a better approach in terms of UX.
Beta Was this translation helpful? Give feedback.
All reactions