• Resolved mkuhnell

    (@mkuhnell)


    My audio blocks are not responsive to touch on mobile, using either Android or iPhone and either Chrome or Safari. Nothing happens when I click the play arrow.

    This page features a list of several of these audio blocks, which appear as multiple columns on laptop and as a single column on mobile.

    I’m not sure when the problem started. I only noticed today. It was probably after one of this year’s WP updates.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The header dropdown menu overlaps on the body content, causing the audio blocks to be unclickable.

    Add the following CSS into Appearance > Customize > Additional CSS to prevent the overlapping

    @media (max-width:700px){
     .ast-header-break-point .ast-main-header-bar-alignment {
        height:0px;
        overflow:hidden;
    }
    }

    I hope this help you.

    Thread Starter mkuhnell

    (@mkuhnell)

    Perfect!

    Thank you, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘audio block not working on mobile’ is closed to new replies.