Collapsing the sidebar only on the login page

Hi guys,

I wanna ask, I have been searching for a solution but I couldn’t find one. So here’s the thing. I know that we can set the sidebar to collapse in the AdminLTE settings but that will collapse the sidebar in all pages. My problem is, I want it to ONLY be set on the login page (login.php). I don’t want to remove it because when you use .remove it will leave a blank space/field. Any suggestions?

add
$(“body”).addClass(“sidebar-collapse”);

to the login.php startup script

Thank you so much !!! It works !