Indent Views Content


Author Message
Phil

Posted: 1/2/2011
Quote message 

I'm having some difficulty indenting a Views list. An example is at: http://www.cjaatest.org/content/al-maldonado

I'd like to leave the bold headings as is, but indent the data by 25px or so as in:

CJAA Membership Number:
1575

Any thoughts? Thank you!
 
bhd

Posted: 1/11/2011
Quote message 

you have to edit your CSS file in line 2129

and change it to:

.field-items {
margin-left: 0px;
}
 
Lawrence

Posted: 1/13/2011
Quote message 

Seems you got it working. Another solution (Possibly easier) is to add a class to the view and style it using the new class. Add it at the end of your style.css file and you're good to go.

I like adding custom.css in my theme.info file to keep track of all my edits. :-)