Hi,

Didn't find a CSS file with this module so I went to my theme CSS file and added

.block block-headerimage; {
float: center;
}

but this didn't work. I read your theming instructions and looked at the code but didn't see anything there remotely related to positioning. Maybe I'm wrong ... Sorry I'm a noob with CSS and the Drupal theming sytem. Any help would be greatly appreciated!

Comments

sutharsan’s picture

Status: Active » Fixed

try text-align: center;
My advice: buy a book on CSS (I like Eric Meyer's books).

mizengineer’s picture

Sorry, I also tried the text-align rule - didn't work -- (realized there was an extra ";" there, too, so fixed it; also that there's no float: center rule - duh! I'm beginning to use the w3schools site in a big way.

Wonder if it's my theme ...

Will use Firebug to see how to fix this. I have Michael Bowers Pro CSS book but will check out Eric Meyers. Thanks for the rec!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.