By maaak on Mon, 11/03/2014 - 05:50
Forums:
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
If you want to make two lines closer, please follow below steps:
p {
font-size: 1em;
line-height: 1.5;
margin: 0 0 1.5em 0;
}