Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1295260

    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?

    #1295666

    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

    #1295760

    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!

    #1295770

    Hi arapps,

    We’re happy to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Anchor link to Accordion chops off title’ is closed to new replies.