The items are displayed as list points (<ul><li>). The basic styling of the plugin tries to tell not to display the typical list points but your theme does overwrite this. Find the definition of your theme and try to find a rule, which overwrites this again.
body.single ul.sf-result {
list-style: none;
}
might solve this, but you will have to try a bit I guess.
All the best,
David.
This reply was modified 7 years, 11 months ago by websupporter.