Customize line spacing in menu

matthdavis / 2020-02-23 17:21:32   
  1. I know this is an old question but can't find a thread less than 7 years old or still open.
  2. Basically I wan't to space out more the section and sub-section headings in the menu. I've managed to change various things, altering the code below in the style.css, but can't seem to do this. I've obviously changed the settings within: 
  3. #index ul.subsection {  }
  4. for example
  5. #index ul.subsection { margin-bottom: 2em; }
  1. /* styling the index */
  2. #index ul { list-style: none; margin: 15px; }
  3. #index ul.section { margin-bottom: 1em; }
  4. #index ul.subsection {  }

am I missing something obvious?

works.f-i-e-l-d.co.uk/

This thread has been closed, thank you.