Archived topic
Right Sidebar Widget Placement
1 reply · Started by Krisztian on October 23, 2021
Hi,
I have a right sidebar on all my pages. Is there a way for the first sidebar element/widget to appear above my page content in mobile?
Thanks,
Hi there,
You can't dynamically move a widget out of the sidebar and into the content without using Javascript which is not a good way to go.
If you can re-create the same widget content using a Block element:
https://docs.generatepress.com/article/block-element-overview/
Then you could hook that into before_main_content
We can then provide some CSS to:
1. Hide the first sidebar widget on mobile.
2. Hide the Block element on desktop.