Hi

I'm new to Drupal, using Drupal 8 and learning but I have installed Display Suite which is really good except I can't find any very helpful instructions for it with Drupal 8. There seems to be for Drupal 7 though.

What I am stuck on is:-
How do you put a line space between fields?

For example, I have the following:-
Meeting Date
Thu 11-May-2017 11:00 am
Meeting Address
Drupal Support
123 Helpline Road
Drupalville
London
SE1 2EE
Meeting Agenda

I need to have a line space after the date and before the Meeting Address also after the address and before the Meeting Agenda.

I have Display Suite Extras installed but I can't find intructions.

Thanks
Colin

Comments

VM’s picture

utilize css padding on the bolded elements.

hiramanpatil’s picture

This is very simple using CSS. Just add padding to the lines which you want to add space in between. Go to you themes style.css file and add the required CSS code.

Don't forget to clear the cache after you added required CSS.

Thanks