Can someone tell me how to get rid of the new panel on the left on the stackoverflow website? It appeared yesterday, and I assume it to be quite irritating. Thanks! https://i.stack.imgur.com/YMf9q.jpg
This feature is now here, you can toggle the sidebar after you set the option "Hide left navigation" in Settings -> Preferences. TL;DR: There is no such option yet, but the SE dev team has planned its implementation. This post on Meta.SE says (among other things, I quoted the parts relevant to the question here):
8 Proper Ways to Hide Elements on Your Website With CSS (2021) 1 1. Use display: none. 2 2. Use visibility: hidden. 3 3. Hide an Element Via CSS on a Specific Page or Post. 4 4. Use the transform Property. 5 5. Use the hidden Attribute for Any Element. More items
Use the transform Property Another way to hide elements on your website via CSS is the transform property. This one allows you to manipulate page components in a variety of ways to hide them: Use scale (0) to shrink an element until it’s no longer visible. Apply translate (-999px, 0px) to shift an element off screen.
Though you can use display: none; to hide elements on pages and posts in WordPress, there is a bit more to it when making changes to the overall site structure of the CMS. If you want to do that, your first task is to find the page ID of the page in question.
Edit profile & settings -> Site settings -> Preferences -> Navigation -> Hide left navigation
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With