Morning,
I have built this page http://www.events-intelligence.com/about-us/ but on mobile I would like the images to be on top of the text on both team members. Is there something I can do to force this to happen.
Logins below
Many thanks in advance
Kim
Hey bauchope,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (max-width: 767px) {
#top.page-id-519 #av_section_3 .entry-content-wrapper {
display: flex !important;
flex-wrap: wrap !important;
}
#top.page-id-519 #av_section_3 .flex_column.avia-builder-el-first {
order: 2 !important;
}
#top.page-id-519 #av_section_3 .flex_column.avia-builder-el-last {
order: 1 !important;
}
}
Best regards,
Mike
Perfect. Thank you very much