Space between exhibit titles without changing the space between section titles.

nadimchoufi / 2018-03-06 20:05:24   

Hello,

I am trying to change the space between exhibit titles without changing the space between section titles.

nadimchoufi.com

so on my site i would like the vertical distance between the exhibit titles (first five titles in my index) to increase.

I am going to my style.css and changing the margin in the following
/* styling the index */
#index ul { list-style: none; margin: 0; }
#index ul.section { margin-bottom: 1em; }
#index ul.subsection { }

the first line is changing the space between section titles only, so if I have two adjacent section titles the addition of margin-bottom changes the space between those two only.

the second line is changing the distance between exhibit titles and section titles and between two adjacent section titles. it is not changing the distance between two adjacent exhibit titles.

please let me know which code to insert/edit and where it is found.

Thank you

This thread has been closed, thank you.