Align header image in vigilance
-
I have used custom CSS in my wordpress site to increase the width of the site. However, the header image of the site does not align properly, leaving a gap on the right side of the header. Here’s an image where I have highlighted the problem – http://dl.dropbox.com/u/6872630/blog%20head.png
The theme I use is vigilance. I upload the header image via the header option, which limits the image dimensions to 920×180. Here’s the custom CSS I used to change the width:
#wrapper { width:970px; } #sidebar { width:180px; } #content { width:770px; }How do I align that header image to center of the page? Is there a way to use a separate, wider header image if possible from outside the blog options?
Any help would be great :)
The blog I need help with is: (visible only to logged in users)
-
- The topic ‘Align header image in vigilance’ is closed to new replies.