Tagged: columns, mobile, responsive
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.
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
Fantastic! Solved the problem. Thanks.