One large image is not suitable for header as we don't know what screen resolution a user is using whilst browsing a site.
At the moment you have horizontal scroll bar at your site even at 1920 px resolution. That is due to large image and some html tabs not closed properly.
---
Best solution I think is ..
- Make two images
- Float one image to left
- Other image to right
And use media queries to resize them according to browser size.
|