• Hello everyone, I am having trouble with my header, I have went through the help files and looked at other people post but don’t see anything similar to my question. I uploaded my header as you can see here http://www.interiorcarcleaning.com/blog/ but I can’t get the border from areoind the graphic, can someone please help me with this?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter tarpon19

    (@tarpon19)

    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

    Thread Starter tarpon19

    (@tarpon19)

    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

    Thread Starter tarpon19

    (@tarpon19)

    I can make the image smaller and it should work?

    Thread Starter tarpon19

    (@tarpon19)

    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

    Thread Starter tarpon19

    (@tarpon19)

    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

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Header’ is closed to new replies.