I’m using Contemplate to place objects in they’re desired places in full node view and for the most part, it has worked out really well. However, I’m trying to put a small gap/space between the thumbnail images and the video player. The video player is not included in the Contemplate template for node type “story.” The video player is placed in full node view via a custom template in the theme’s folder called “node-story.tpl.” The code is

  if ($teaser): /* teaser */
    print $content;
  else: /* full node */
  	print $content;
    print flashvideo_get_video($node, $params);    
  endif;

The code is have in the Contemplate body template for the story node type is
print $node->content['body']['#value']
print $node->content['field_business_rate']['#children']
print $node->content['fivestar_widget']['#value']

Upload Images

foreach ((array)$node->field_images as $item) {
print $item['view']

}

I’ve tried putting a break at the end of the field images but there’s still no gap between the thumbnail images and the video player. Attached, is what I currently have so you can see what I’m working with. If anyone can help, I’d appreciate it.

CommentFileSizeAuthor
add space.jpg171.5 KBmariner702
Support from Acquia helps fund testing for Drupal Acquia logo