function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rick_93Rick_93 

Remove left panel in Standard Pages

Hi all,

is there a way to completely remove the left panel in the standard Salesforce pages ?

User-added image

I want the same effect of this code in the VisualForce pages:
<apex:page controller="MyController" sidebar="false" >
</apex:page>

Thanks in advance :)
sfdcMonkey.comsfdcMonkey.com
hi Rick
we can not remove the left panel in the standard Salesforce pages but we can make it Collapsible by 
"Enable Collapsible Sidebar" in User/Setup/Customize/User Interface. 
in the User Interface section Enable Collapsible Sidebar check 
User-added image

then its look like below image 
User-added image

i hop it helps you 
Mark it best answer if it helps you so it make proper solution for others :)
Thnaks