Hello. Despite being a completely new drupal user I've managed myself to successfully achieve my very first site without bothering this community at all, but now i'm really struggled so that's why i'm asking for some help or steer direction...
This is my issue:
I'm trying to wrap, mainly, some "Text fields" around a single "Image" core field, but I can't get this to work because only one field is wrapped around the picture but not the others.
So to clarify, in this case I have this field: 'field_peliculas_autor' ('Director: Shane Meadows') is wrapped around the 'Image' field (the picture) as expected since the picture was floated to the left. But, the remaining Text fields are displayed below this picture and I can't tell why is this happening.
My system Configuration:
I'm runing Drupal 7.0 with a sub Bartik theme recently created. The image is floating nicely to the left (since I've applied some drupal theming documentation) and I've have added some lines to my custom [sitename].css file located here: sites\all\themes\[sitename]\css\[sitename].css
.field-type-image {
float: left;
margin-right: 10px;
margin-top: .4em;
}
Final Question: