how can i reduce the space between rows http://i.imgur.com/a2RMUcV.jpg by using a custom css class.
which code must a add to my style.css to half size the space?
which code must i add here?
/*Textblock Quicksand schrift und schmale Schrift*/
.avia_textblock {
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 100;
}
.avia_textblock {
letter-spacing: -0.01em
}
THX. CLOSED.