POF Posted September 6 Share Posted September 6 Site URL: https://www.pofss.org/upcoming-training-events/group-facilitation-methods-gfm-training We have events and in the details there is an accordion. This is working fine on desktop but not showing on mobile. From looking at other posts, it seems we need to change the z-index of the block, but could someone please help with very specific instructions how to do that so I don't mess anything else up with the page or site! Link to comment
Solution tuanphan Posted September 9 Solution Share Posted September 9 It's not related to z-index but related to Animation feature You can use this to Custom CSS to fix problem @media screen and (max-width:767px) { div.accordion-block { clip-path: unset !important; -webkit-clip-path: unset !important; transition-property: unset !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
POF Posted September 9 Author Share Posted September 9 Thanks @tuanphan this solved it! 2 hours ago, tuanphan said: It's not related to z-index but related to Animation feature You can use this to Custom CSS to fix problem @media screen and (max-width:767px) { div.accordion-block { clip-path: unset !important; -webkit-clip-path: unset !important; transition-property: unset !important; } } Thanks @tuanphan this solved it! Much appreciated - I'm totally amateur and had been messing around for hours trying to work this out! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment