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

    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?

    #488199

    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

    #490566

    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.

    #490784

    Hi,

    Thanks a lot for the kind words, @yigit quoted you on our internal chat for our daily motivation :D

    Cheers!
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.