GAP after first FAQ
-
Is there a way to remove the gap between the first FAQ and the rest. The first appears to be in it’s own div, separate from all the rest. The code generated on my site looks like this
<div class="qe-faq-toggle"><code> <div class="qe-toggle-title"> <strong><i class="fa fa-plus-circle"></i> What will happen during my appointment?</strong> </div> <div class="qe-toggle-content"> <p>On our first visit ...</p> </div> </code></div> <code> <div class="qe-faq-toggle"> <div class="qe-toggle-title"> <strong><i class="fa fa-plus-circle"></i> Are you qualified practitioners?</strong> </div> <div class="qe-toggle-content"> <p>Yes, all of our ...</p> </div> </div> <div class="qe-faq-toggle"> <div class="qe-toggle-title"> <strong><i class="fa fa-plus-circle"></i> What can you treat?</strong> </div> <div class="qe-toggle-content"> <p>We are very ...</p> </div> </div> </code>
Sorry I can’t just link to the site. It’s not live yet.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘GAP after first FAQ’ is closed to new replies.