div row-reverse

How can I add an additional class added next to "mcb-wrap-inner" this one to flip columns on mobile devices? 



@media screen and (max-width: 600px){
 .reverse {
display: flex!important;
flex-direction: column-reverse!important;
  }
}


Comments

  • Hey,
    sorry but you cannot flip columns on mobile in the Muffin Builder.
    Besides, your css shows FLEX properties, which the Muffin Builder is not built on. We use floats and display:block mostly.

    You can create a separate section, and display it on mobile with the columns reversed.
    When you edit the section, scroll down and you will find display options.
    thanks
Sign In or Register to comment.