hello there,
got again the problem, that in a 2 column row the pictures are not shown alway on top (at 767px).
sorry, i don´t get it. :-/
and should be in my option a standard in your theme. would be very nice! :-)
could you send my the right code in my case please?
thanks a lot,
felixl
Hey felixl,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width:767px){
.home #av_section_2 .flex_column_table, .home #av_section_5 .flex_column_table {
display: flex;
flex-direction: column-reverse;
}
}
If you need further assistance please let us know.
Best regards,
Victoria