Archived topic
Remove Sticky Sidebar
3 replies · Started by Thomas on December 28, 2022
Hello - I can't seem to find the on/off toggle to turn off the sticky sidebar in the "info" theme. My advertiser is asking me to do this and said it should be in the theme.. I tried customize/layout/sidebar and don't see it there.. also tried the sidebar element and not seeing it there either. Can you point me in the right direction?
Thanks!!
Hi Thomas,
It's this CSS which can be found at customizer > additional CSS, you can remove it.
@media (min-width: 768px) {
#right-sidebar .inside-right-sidebar {
position: sticky;
top: 60px;
}
}
Perfect. Thanks!
No Problem, glad to help :)
