Hi
Is there a way to show columns diffrent on mobile and desktop?
I have a contact-form on the contact page placed at the right side of the screen – using desktop
Using:
div class="grid-60 tablet-grid-60 mobile-grid-100 first-column"
First column content etc...
/div
<div class="grid-40 tablet-grid-40 mobile-grid-100 second-column">
FORM HERE
</div>
On mobile the form is showed below the content… But I want the contact-form to be first, and content second! (and still have the contact-form at the right using desktop)
Is that posible?