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
Comment #1
sutharsan commentedtry
text-align: center;My advice: buy a book on CSS (I like Eric Meyer's books).
Comment #2
mizengineer commentedSorry, 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!
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.