Template Title
Published:
[Date]
Last Updated:
[Date]
The Engine
The Machine
Testimonials
Fargo Talks reaches decision-makers, entrepreneurs, and community leaders across Nevada and nationwide. A conversation on this show puts you in front of an audience that takes action.
Ordered list
- You need clunky installs and remote desktop access
- They can’t adapt quickly — every change requires IT intervention
- You’re forced to bolt on third-party tools for estimating, client portals, reporting, etc.
Unordered list
- Offer limited customisability - one-size-fits-all templates
- Offer limited customisability - one-size-fits-all templates
- Offer limited customisability - one-size-fits-all templates
Basically, you can design anything that you can ever imagine. The main thing here is to have a parent container and two child elements. One for the FAQ question and another for FAQ answer. The child element for FAQ answer should be set to overflow: hidden and transform-origin set to top mid.
Depending on how fancy you want it to be but the concept here is to apply the interaction to the parent element. Use 'Mouse Click' interaction to resize the height of FAQ answer element. Initial state should be set to height: 0px. On first click, resize to height: auto and on second click, resize to height: 0px.
The first two steps pretty much got the main function works. As for the auto collapse, copy the code from the page custom code section before tag and paste into your project. Voila, that's all and you're good to go.