Forum Replies Created

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)