DRAFT: This module has unpublished changes.

Centering a Banner Code

 

Center your Banner:

The following line of code will center the banner at the top, so any size image may be used. You can also put other code in between the brackets {} to change the size of the picture. such as width900px;.

 

#site_headerimage img {
    margin0px auto;
}
  
Putting !important will override any other previous values for a specific field.
 
DRAFT: This module has unpublished changes.