Hi all,
I have a question, how I can view two column with text on mobile?
es.
text1 text2
not
text1
text2
I hope to was been clear.
Hey Andrea,
Add this to quick css:
@media only screen and (max-width: 767px) {
.flex_column.av_one_half.flex_column_div{
width:50%!important;
float:left!important;
}}
Best regards,
Jordan Shannon