Index Spacing by names

ihnilkim / 2013-02-15 03:46:39   

I am having trouble figuring out how to space out between certain indexes.

Please refer to my website.
iakdesign.com

I have few Main Sections such as about, tectonics, aggregate, materialize and contact.

What I want to do is have less spacing for only "tectonics" and "aggregate" index so that it visually looks like its in a same section.

It would be a great help.

arsondpi / 2013-02-15 07:49:31   

In your browser (with firebug if you're a Firefox user or with developer tools enabled if you're a Safari user) right click on the aggregate section and choose Inspect element.
You'll then have access to the specific selector. In this case it's #section_link_16
So in your style.css just add something like

  1. #index ul#section_17.section { margin-bottom: 0; }
ihnilkim / 2013-02-18 01:43:24   

Thank you so much It worked well!

This thread has been closed, thank you.