• Hello,

    I hope this hasn’t already been answered, I did a search, but it’s pretty hard to tell if what’s described in the post is the same problem I’m having. Basically I changed the header image file, and edited some code in the css and the header file, but now it looks like this: http://www.ohbliss.org/blog/index.php

    It’s a bit hard to describe which is why I’m sorry if I am wasting anyone’s time and this has been answered before.

    Thank you for any help.

Viewing 8 replies - 1 through 8 (of 8 total)
  • So what is your question? What do you not like and want changed?

    Thread Starter cloverleaves

    (@cloverleaves)

    this is strange. i see two different output from two different browsers…in firefox, the title text in the header area falls off the image, so i’d like to fix that, by moving the text higher up. in ie, i see a body image section (about 10px high) above the header image, so i’d like to delete that….

    thanks…

    h1 {
    padding-top: 50px;
    margin: 0;
    }

    You have all h1 headings set with a padding-top of 70px. I would make it specific to the h1 in the header with “#header h1”

    Don’t see what you see in IE.

    Thread Starter cloverleaves

    (@cloverleaves)

    that didn’t work for some reason, is there another way to do it? by the way, that’s in the css file, right?…do you by any chance know how to clear the cache? perhaps the changes aren’t showing…thanks again. i appreciate your help a lot.

    Thread Starter cloverleaves

    (@cloverleaves)

    i think it was a cache problem. it works now. thank you. 🙂

    A hard refresh often helps in situations like this.

    Thread Starter cloverleaves

    (@cloverleaves)

    thanks for your help beel. 🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘header image trouble’ is closed to new replies.