By new2drupal99 on
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
You should be able to add
You should be able to add padding to the table row (tr) or cells (td).
Thanks for your help. Where
Thanks for your help.
Where is the option for adding table row/cell in views?
You will need to add css
You will need to add css rules to your themes style.css file
Thanks nevets for all your
Thanks nevets for all your help.