Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #527182

    Hello,

    On my tablet (apple mini), one of my icons with a longer caption (Restoration) shifts to the right (set to be centered) causing it to run into the caption beside it, or if on the very right, to shift to close to the edge of the screen.
    On my phone and desktop the caption remains center.

    Any help would be great!

    Thanks

    #527842

    Hi JuldanInc!

    Thank you for using Enfold.

    Decrease the font size on smaller screens:

    @media only screen and (max-width: 767px) {
    span.av_icon_caption.av-special-font {
        font-size: 15px;
    }
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    #529492

    Ok thank you,
    I have seem to got that section working.

    I have run into another issue…

    I have tried to add a full width video with the fullwidth easy slider and by adding it to the background of a color section.
    Both will not play the video on tablet or mobile view.
    What is the best way to achieve a full width video that also plays on mobile devices?

    #529787

    Hi,

    Auto-play is disabled on mobile devices due to restrictions by device manufacturers as well as possible roaming rates for users, but you can set a fallback image for the color section.

    Thanks,
    Rikard

    #530054

    If you look at what is currently there , the video appears with a play button. But when you press play nothing happens.
    I don’t need to it to play automatically but i would like the mobile users to be able to play the video or at very least have it linked to youtube and have it play there.

    Any suggestions on how to configure this?

    #531129

    Hey!

    you can add a video element to your site which you can hide for desktop and show it only on mobile devices. To do so activate debug mode and give the video element in question a unique css class. Then use something like this in Quick CSS field:

    @media only screen and (min-width: 1200px) {
    .my-video-element {
    display: none;
    }}
    

    Best regards,
    Andy

    • This reply was modified 9 years, 8 months ago by Andy.
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.