Hi, We’re using the Accordion element as a list of questions of the FAQ page. If we link to a specific question (accordion item) from another page via an anchor link, when the FAQ page loads, it takes us to the linked question but starts at the answer (the expanded box). It chops off the question (the accordion item title). I understand the ID that is used for the link (e.g. #toggle-id-5) is set on the expanded part of the accordion item. How can I get it to show the title part as well?
Hi arapps,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
#top .toggle_wrap {
padding-top: 140px;
margin-top: -140px;
}
Best regards,
Nikko
I think that might’ve worked. I’ve increased the padding and margin to 220px because I think the sticky header might’ve been in the way. Thanks!
Hi arapps,
We’re happy to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko