Hi Guys, Could you please let me know how can I make form appear first when switching to mobile ? At this stage image is appearing before form.
Regards
Hi sachinsehdev
You can try with this custom CSS:
@media (max-width: 576px){ .jub-block.hero-2 .hero .row.v-align-row { display: flex; flex-direction: column; } .jub-block.hero-2 .hero .jub-media { order: 1; } }
saguaros Thank you so much