div row-reverse
How can I add an additional class added next to "mcb-wrap-inner" this one to flip columns on mobile devices?
Screenshot: https://prnt.sc/tjp243
@media screen and (max-width: 600px){
.reverse {
display: flex!important;
flex-direction: column-reverse!important;
}
}
Comments