Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1191293

    Hello,
    How can i make this pages show 2 column in mobile version.

    I tried most sample in the forum but none of them works.

    Thank you,

    #1191422

    Alright, i found this code which really works on my issue.

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .flex_column {
    width: 47%!important;
    float:left;
    margin-right: 3%!important;
    }
    }

    I don’t know how to delete this topic so i replied.

    Thanks,

    #1191448

    Hi,
    Glad to hear you have it sorted out now, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to make 1/4 column with Image inside show 2 Column in mobile’ is closed to new replies.