Spacing

Request Type: 
General Assistance
Author: 
Kimberly Pasko
Issue/Request: 

Hi, Aaron asked for a bit of space between the email address and the professors title. I’m unable to locate the CSS so i can tweak it. Can you help me add some space so there’s some space below the email address?

Hey Kimberly,

You can add the following CSS:

.field-name-field-email {
padding-bottom: 10px;
}
 
Josue