I have created three custom fields for the user profile. Right now I have "History" displayed first, followed by the custom fields, followed by the "Referral" section. The custom fields are displayed right on top of the "Referral" fields with no margin or padding. I would like to separate the custom fields by adding a margin under them. How would I go about doing this? I have attached a photo to illustrate my issue.

CommentFileSizeAuthor
Untitled.jpg70.47 KBRyanMinor
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

danpros’s picture

Status: Active » Fixed

Hi,

For the profile page it has the <h3>, so you can use like this

.profile h3 {
code goes here..
}

You can use Firebug to know the exact class.

Dan

RyanMinor’s picture

Status: Fixed » Closed (fixed)

Thank You, I got it fixed now.