• Resolved reust89

    (@reust89)


    Big fan of this FAQ plugin, but I’m having some spacing issues on my site.

    There is too much of a gap between each FAQ title and answer below. How do I narrow this gap? I’ve searched other responses on your support page and other sites, and no avail.

    Here’s what I mean:
    Example

    Any suggestions? Do I modify CSS in the Customization or in the Plugin settings?

    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    You can do it by adding the following CSS in Additional CSS Box (Dashboard > Appearance > Customize > Additional CSS)

    .qe-faq-toggle .qe-toggle-content p,
    .qe-faq-toggle .qe-toggle-content ul{
        margin-top:0;
    }

    Let me know if there is anything else I can do for you. I’ll be happy to assist.

    ​Sincerely,

Viewing 1 replies (of 1 total)
  • The topic ‘Spacing between FAQ title and answer is too large’ is closed to new replies.