Hi @srjlulla,
Could you please share a link to your site and clarify the sidebar you’re referring to, with an example page? We can help out from there!
Hi @siobhyb,
You can check any article on trendingus.com. Sidebar in mobile view.
Thank you for clarifying!
You could remove the toggle effect with the following custom CSS:
.site .sidebar-toggle:before {
content: "\f476";
}
.widget-area {
display: block;
}
To add custom CSS: Firstly set up a child theme or activate a custom CSS plugin. (If you have Jetpack installed then you can activate its custom CSS module.)
Let me know how you get on with that or if any extra questions come up.
You’re welcome! I’m glad that worked out.