Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1207877
    Andrea
    Guest

    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.

    #1207975

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.