Berry Theme- line space

Hi Guyz,

Having great fun learning Drupal and using your Berry Theme ! Well written and easyto follow instructions make it a joy !

I have a question ......how do you adjust the spaces between the lines to make the type closer together ?

I am sure it's a css theme setting would like a pointer or two on how to achieve this.

Thanks

Maaakmza
South Africa
www.antfarm.co.za

Comments

user
Submitted by admin on Mon, 11/03/2014 - 17:12

If you want to make two lines closer, please follow below steps:

  1. Open style.css in any text editor
  2. On line 52 you will find following codes:
    p {
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
    }
  3. In above code you can change value of line-height to 1.3 to bring two lines closer.