Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #316692
    Kent Hirsch
    Participant

    Why doesn’t the video appear on the front page on mobile phones?

    https://www.hirschproduktion.se/

    #316715
    tikaram
    Keymaster

    @hirschan : The feature has been disabled by the WordPress cor team and it is not a theme related issue. If you would like to enable Header video on mobile devices you may install and active Header Enhancement Plugin by Catch Plugins.
    Let me know if this helps to resolve your issue

    Regards,
    Tikaram

    #316731
    Kent Hirsch
    Participant

    Great, now it works on mobile too.

    However, there will be two unnecessarily large fields above and below the video (on mobile). But they can’t be made smaller or removed, can they?

    #316854
    tikaram
    Keymaster

    @hirschan :Login to your WordPress admin section. Go to Appearance => Customize=> Additional css and add the following css.

    @media only screen and (max-width: 600px) {
      .header-media {
        padding-top: 0;
      }
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #316925
    Kent Hirsch
    Participant

    Thank you. It works great 🙂

     

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header video’ is closed to new replies.