Viewing 2 replies - 1 through 2 (of 2 total)
  • Go into the settings page. There you can edit the code. I used the following to space it. You make edits between the LOOP code. You could add <br /> as needed.

    [LOOP]
    <div class="accordion_header"><a href="#">{#Question}</a></div>
    <ul>
    	<li><div>{#Answer}</div></li>
    </ul>
    [/LOOP]

    Depending on your theme I would add a custom CSS such as:

    .accordion_header {padding-top:10px;}

    If you have Firebug for Mozilla Firefox installed you will see <div class="accordion_header"> surrounding your topic headers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Space’ is closed to new replies.