Friday, June 17, 2011

Blah!

I can't seem to get my header centered right. If anyone is reading this and you know how to fix it, please let me know!! Thanks!

2 comments:

  1. The problem with the header is that it is too large to fit in the designated area so it is starting at the left-most point (ie aligned with the post text) then extending past the end of the right edge. The easiest way to fix it is to make the header move so that it is actually a little before the start of the designated area. To do this, change the "margin-left" to a negative number of pixels such as the following:

    #header img {
    margin-left: -90px;
    margin-right: auto;
    }

    Hope that helps :)

    ReplyDelete
  2. Thank you! I will try that this weekend. I'm too tired to play with it right now..LOL

    ReplyDelete