I have tried for two days now to target the display which comes from the Video Upload field. I want to float the video from Youtube to the right so that text will wrap around it. Currently the video will not budge from it's top left position, so that wasted space occurs to the right [see attached image].

Most field types only require you to use .field-field-[name] in the theme style.css in order to customize an output on a content type. (in this case I have tried .field-field-video ----- even tried .field-type-video-upload as suggested here but did not work either.....)

From above, I read there can be issues with a clearfix (http://drupal.org/node/622330), but I have no idea how to remove the clearfix without screwing something up, especially because I cannot tell if it is coming from my theme or the module. I only found clearfix in two instances of my theme's css, while "clear" tags are all over the place.

Firebug tells me

I even tried calling on the object type, but that's not even close to working -- I need to break this pre-formatted style held over the video's display. Any help with this would be appreciated so very much!!
CommentFileSizeAuthor
Float.desired.jpg61.59 KBshiftymic
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

shiftymic’s picture

**** bump --- $$

nicl’s picture

So have you used Firebug to check the actual css selectors?

Or perhaps there are inline styles on the video player (I don't have it working so can't check). If so, you will need to use !important in your CSS to override (frustrating I know).

My only real advice is to check the existing CSS and HTML using Firebug.