On Mobile view, can you get me code to show the images 4-up like in the attached (see attached), instead of 1 big image after another?
thanks!
Hey bemodesign,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive .home #wrap_all #av_section_4 .flex_column {
width: 48%;
padding: 1%;
}
}
Best regards,
Rikard
thanks!