Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #659513

    On the homepage, there are two rows of three columns each that utilize the team member element. Those columns are not acting responsively (not stacking), which is a problem on mobile.

    #659802

    Hi 1039 Online,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    .home .av_one_third {
    width:100% !important;
    }
    }

    Thanks,
    Rikard

    #659959

    Fantastic! Solved the problem. Thanks.

    #660314

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Columns not stacking’ is closed to new replies.