Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Mobile view showing 4 up’ is closed to new replies.
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!