reduce menu distance

aless1o / 2012-11-14 08:38:02   

Hello guys,

I'm trying to reduce the distance between the menu sections...without success.
Looking around I found some solutions but it looks like they all referring to the older indexhibit version (or either i didnt get the solution)

So, here I'm to ask how to do it.

I tried to add this code
#menu ul : {padding-bottom:10px;}
in my style.css but didnt work.

This is my website
thegardensnowboard.com/
pass: daicazzo

What I'm looking for is to have less space between for example

CHI SIAMO

DOVE SIAMO

ECT...

I hope to have been clear enought.
Thanks in advance for your help!

Can anyone help?

bipster / 2012-11-14 09:01:18   

Change the value of the margin bottom:

  1. #index ul.section {
  2.    margin-bottom: 1em;
  3. }
aless1o / 2012-11-15 08:17:04   

Thanks man, perfect!

This thread has been closed, thank you.