Hi Alejandro,
An expanded scrollcontainer gets an additional class: .mx-scrollcontainer-open. So you could manipulate the styling if the button is located within that container. For instance, you can do something like:
.mx-scrollcontainer-open .mx-name-sidebarToggle1 .glyphicon {
transform: rotate(180deg);
transition: all .2s ease-out;
}
Hi Alejandro,
I’m trying to achieve the same. Can you share how you configured your page with the two columns and what if any appearance settings you did where? Screenshots of page layout and settings would be great.