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

    Right under the full background video I have 3 icons

    They work perfectly on Desktop, but they stack in mobile.
    I wanted to copy the ideas and make my page as similar to this in both desktop and mobile

    • This topic was modified 6 years, 10 months ago by kpenner36.
    #899011

    Hey kpenner36,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .home #av_section_2 .av_one_fifth {
        margin-left: 6% !important;
        width: 15.2% !important;
    }
    }

    Best regards,
    Rikard

    #899185

    I played with it some more.

    How can I get it right sized when displayed on mobile?

    see it here

    • This reply was modified 6 years, 10 months ago by kpenner36.
    #899580

    Hi,

    They are displaying inline on my end now, what exactly do you want to change?

    Best regards,
    Rikard

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