I have created a sub-theme from Omega and I am trying to set an image which is 960x122 as a banner image for the sub-theme. I edited the my-subtheme-omegatheme-alpha-default.css file as following -
.branding-data {
background: white no-repeat url(../graphics/banner.jpg);
}
When I added the above, the site shows only a portion of the banner. The banner image got stripped from top and bottom. Also, there is space on the right side of the banner image. I am newbie to Drupal. Please help me.