How to modify sidebar toogle button

Hello, i need help finding out how to modify sidebar toogle button like in “SB admin” template. I want to change the width of sidebar when clicked and position of items. It must be some way to do this but i cant find it. Please help

@media (min-width: 768px)
.sidebar {
    width: 14rem !important;
}

@media (min-width: 768px)
.sidebar.toggled {
    width: 6.5rem !important;
}
1 Like

Thank you very much kind person, you saved me. I was looking whole day through bootstrap.css file and couldn’t find the right class.