Trying to center custom header image

Viewing 4 posts - 1 through 4 (of 4 total)
  • #11707
    whispersof
    Participant

    I removed the search feature and I’m looking to center my header image but I cannot figure out how to do it. I’ve tried setting:

    display: block;
    margin-left: auto;
    margin-right: auto;

    for a number of different CSS settings (#header, #header-img) and nothing works. Any ideas on how to change this?

    Website is: http://www.whispersof.com

    #11776
    Daniel Tara
    Keymaster

    Apart from what you did you also need to remove the float: left; rule from the #site-title selector.

    #11912
    dinnaila
    Participant

    I tried the above but not sure if I’ve done it all correctly – Daniel I would be very grateful if you can give a small step by step account please?

    #15246
    agiesel
    Participant

    I’m having the same problem… Any idea?

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.