Drupal

An open source content management platform.

Drupal

Space after title in Garland node listings

Question: 

How do I get a bit of space between the title and first node in garland node listings?

Answer: 

Edit the node.tpl.php template in the garland theme and add a <br /> before the node title.

    <?php if ($page == 0): ?>
          <br />

Syndicate content