I am using Grid view to show 150x150px images on a page, with a linked-title just below the images i.e. total two fields.

Issue is to two fields in horizontal rows are so near. Is there any solution to give space between the two rows?

Comments

nevets’s picture

You should be able to add padding to the table row (tr) or cells (td).

new2drupal99’s picture

Thanks for your help.

Where is the option for adding table row/cell in views?

nevets’s picture

You will need to add css rules to your themes style.css file

new2drupal99’s picture

Thanks nevets for all your help.