Hello
I use this theme B7 http://drupal.org/node/49946
I need place logo to the centre, and add image backgroung to blocks.
How i can do this?
Thanks. This is better Drupal theme ever made!
Hello
I use this theme B7 http://drupal.org/node/49946
I need place logo to the centre, and add image backgroung to blocks.
How i can do this?
Thanks. This is better Drupal theme ever made!
Comments
Comment #1
bradlis7 commentedThe best way would be to edit the css. There are two different ones defined, for the different colors:
style.css: This is for color specific styling. If you add a background that only works with the certain color, use this.
base.css: This is for non-specific color styling. Center the title using this.
In case you don't know css too well, find "#header img" in bass.css, and change it to the following:
And to style.css, add something like this:
Comment #2
bradlis7 commentedComment #3
(not verified) commented