• I really like your theme and I’m trying to fix a few issues I have right now before my website is going online.

    Is there any chance that the header image will be some kind of “configurable”? For example right now it scales automatically. Is there a chance that I can set a fixed size and that the image stays centered?

    Thanks,
    Daniel

Viewing 1 replies (of 1 total)
  • Thread Starter dangalle

    (@dangalle)

    OK, I found a way to o it at least static for now.

    Edit the style.css file and change the #site-header to the follwing:

    NEW:
    #site-header {
    position: relative;
    z-index: 1000;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain}

    ORIGINAL:
    #site-header {
    position: relative;
    z-index: 1000;
    background-repeat:no-repeat;
    background-size:cover}

Viewing 1 replies (of 1 total)
  • The topic ‘Header image "configurable"??’ is closed to new replies.