Hi Tom,
I wonder if you could answer a question for me – is there a way to prevent the WordPress sidebar loading on mobile? So it’s there on desktop, but not on mobile.
I don’t mean load and then hide it on mobile with media queries and CSS, using display:none;, or visibility:hidden; etc. This still loads the sidebar and all it’s resources, and impacts load time.
What I’m curious about, is if there is a way to not even have the sidebar exist on mobile devices, so it will not be loaded at all, and hence save a ton of load time on mobile. But still have one on desktop.
Thanks so much!
C