Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New stackoverflow website design(hide left panel)

Tags:

layout

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

like image 293
Mike Milligan Avatar asked Jun 13 '18 09:06

Mike Milligan


People also ask

Is there a way to hide the sidebar on the homepage?

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):

How to hide elements on your website with CSS 2021?

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

How do I hide a part of a page in CSS?

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.

How to hide elements on pages and posts in WordPress?

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.


1 Answers

Edit profile & settings -> Site settings -> Preferences -> Navigation -> Hide left navigation

like image 106
Andrei Suvorkov Avatar answered Sep 28 '22 01:09

Andrei Suvorkov