Possible to remove the right sidebar on the forum home?


Recommended Posts

You can use Adblocker to hide the element as already mentioned above.

 

OR
 

Use below mentioned "userstyle" snippet to hide the Sidebar. (You need to install Stylish addon in browser or edit userchrome.css [in Firefox])

@-moz-document domain(https://www.neowin.net)

{
#ipsLayout_sidebar {
    display: none !important;
    }
}
Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.