Is it possible to dictate that images next to one another in a desktop environment appear next to one another in a mobile environment? The site I am referring to is kammsolutions.com/home – you’ll notice the five images under the heading element – in mobile it makes for a long scroll. Can those be told to appear on the same line so it’s less scrolling?
Hey shreinmedia,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
#av_section_1 .av_one_fifth {
margin-left: 6%;
width: 15.2%;
}
}
Thanks,
Rikard
That worked. Thank you!
I really love your support team and I hope the people who write the checks for ya’ll know how amazing you are as a support community. This is by far the best theme support I’ve ever found. Most of what I need is answered by other forum threads, but I love knowing that when I can’t find what I need ya’ll will be so responsive.
Thank you.