Is there anyone out there that can help?
What are you trying to do? Get border around your image in the same width as the rest of the page, or the rest of the page the same width as the border?
If you want the border around your header image, you have to change the width of the following graphic because it is 760 pixels wide and can’t be edited with CSS.
Your Border Image
If you want the rest of the page to be the same width, as that border image (760 px), you need to edit your CSS for that width. I believe #content for sure, but maybe more.
Trent
Hello Trent and thanks for the reply. I just want to remove the border from the image all together.
Then in your themes header.php, look for this line:
#page { background: url("http://interiorcarcleaning.com/blog/wp-content/themes/default/images/kubrickbg.jpg") repeat-y top; border: none; }
That is the one creating the border. Eliminating it would probably work.
Trent
I can make the image smaller and it should work?
Ok, I will try that. Thanks again!
If you actually click on the image link I had up above, it would suggest that if it was gone, your header image would still be there, just the border would be gone if you removed it. Making it smaller would just hide it behind your car logo.
Trent
Trent, I did as you said and it only removed the border from the page not the header.
Unless I am missing something while going through your site, your source of the site and the CSS of your site, the only reference we have to that image is produced from the code:
<style type="text/css" media="screen">
#page { background: url("http://interiorcarcleaning.com/blog/wp-content/themes/default/images/kubrickbg.jpg") repeat-y top; border: none; }
</style>
Is that in your header of your theme?
Trent