• Resolved oliver29

    (@oliver29)


    I would like to use a background image in the customizr theme header and was wondering if there was a way to make it fluid, just like when I upload a logo.

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

    (@oliver29)

    header.tc-header {
    background: url(/wp-content/uploads/new_web_header5.png);
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width:100%;
    height:auto;
    position:fixed;
    left:0;
    top:0;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘fluid background image’ is closed to new replies.