Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #470472

    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?

    #470489

    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
    
    }
    #470493

    Hey!

    Please add following code

    .avia_textblock {
      line-height: 20px;
    }

    Cheers!
    Yigit

    #470499

    THX. CLOSED.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘reduce space in rows’ is closed to new replies.