Hello everyone, I have a website where it’s behaving differently than it’s doing in my Webflow preview mode.
Specifically,
FAQ questions in the published web are not clickable and expandable like in preview
In the published website when you go to ‘quote’ section by clicking the side nav, it will not let you click other links from the side nav. (other links are ok)
For the first issue, the class “side-nav-wrap” when the site loads up actually covers your whole screen and then faq’s are unclickable due to that element being over them. Make sure that your side-nav-wrap is fixed to the right side.
Second issue is also happening because of an overlay but this time it’s an element in section probably having higher Z-index compared to the sidenav