Jump to content

Accordion block in event details not showing on mobile

Go to solution Solved by tuanphan,

Recommended Posts

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
  • Replies 2
  • Views 498
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Solution

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.