Hello friends:

I am using Node Gallery for Drupal 7 and have a simple question: how do I add spacing between rows in a grid of thumbnails.

Currently, my grid's rows are too close for the site I am working on: volunteeritforward.com/supermarket

Thank you in advance for any help.

Comments

nevets’s picture

I would consider adding css something like

.view-node-gallery-gallery-item-views .node {
  margin-bottom: 20px;
}
SalmanEagle’s picture

Thanks nevets. Where do I add this code?

nevets’s picture

You would typically add it to your themes css file.

SalmanEagle’s picture

Thanks alot. I will give it a try.

SalmanEagle’s picture

That css code you gave me, nevets, worked like a charm out of the box. THANKS ALOT. Drupal community is superb,

SalmanEagle’s picture

Status: Active » Closed (fixed)