Index spacing

Stereoscope_Magazine / 2012-11-27 01:39:08   

Hi there!

I was just wondering how (where) to edit my style.css to change the spacing between sections on my index? Have been able to figure out sizing but can't seem to find the setting for spacing!

thanks!

arsondpi / 2012-11-27 07:15:14   

it's the css rule in line 52:

  1. #index ul.section {
  2.     margin-bottom: 1em;
  3. }

adjust the margin or apply new css rules...

This thread has been closed, thank you.