Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • cbasista Friend
    #943676

    I am trying to implement the ACM Hero Style 4 module. It works fine on playing a YouTube video on desktop, but on mobile, when you tap to play the video, it doesn’t do anything. How do you get the video to open on mobile view? Do I need to manually edit one of the ACM files for this module?

    Saguaros Moderator
    #944422

    Hi

    It’s because the ‘hero-content’ part is displaying over the control button of video, you can hire this content in mobile view only and easy to control buttons of video.

    To achieve that you can try this tweak:

    • Go to file: ROOT/templates/uber/css/custom.css (create this file if it doesn’t exist)
    • Add this rule:
      @media (max-width: 360px) {
      .acm-hero.style-4.full-screen .hero-content {
      display: none;
      }
      }
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Saguaros 7 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum