PDA

View Full Version : Line space needed between results


kiwibrit
12-03-2007, 02:06 PM
Zoom has been operating with boring (and so much appreciated) reliability. It still does. However, recently I have done something that causes the results to come without a line spacing between results. I guess that should be sortable in the configuration panel - but I can't spot where.

How can I get my line spaces?

wrensoft
12-03-2007, 08:25 PM
You need to fix this in the CSS in the search_template.html file (http://www.wrensoft.com/zoom/support/css.html).

Ray
12-03-2007, 10:37 PM
In particular, look at the CSS for the .result_block and .result_altblock classes. You can consult the default search_template.html generated by Zoom as reference. This is how they are defined by default:


.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }


Hope that helps.

kiwibrit
12-04-2007, 09:09 AM
Sorted. Style sheet fault - a } had got deleted, somehow. Thanks for getting back to me.