Ok. I give up.
I've been using Drupal for 3+ years now and i'm stumped. What makes this worse
is that it's probably something simple i'm not thinking of.
Carousel is up and installed fine on Drupal 6.x (latest version, updated yesterday 6.13?).
I'm thinking this is more of a css/template issue.
Have the views carousel displaying my latest 5 stories. No problem. It displays an image thumbnail
and then the node title before scrolling to the next one. Great.
But I'd like to tweak them so that the text of the node title is top aligned with the image. Currently, it's bottom aligned.
I've been messing around with the skin.css - i'm able to change the width, height, of the
carousel display no problem.
I'm thinking what I want to do with the view is in the .tpl files somewhere?
I'm sure this is a simple tweak. I've been banging my head all day. I've attached an image
so you can see what I'm talking about.
Thanks to any help.
scott
| Comment | File | Size | Author |
|---|---|---|---|
| views.jpg | 73.76 KB | nathanmcginty |
Comments
Comment #1
mfer commentedThe carousel module themes all the items. You'll want to alter the tpl file for an individual view row/item to change the display. Or, you might be able to make the alteration with custom CSS in your theme.