Background re-sizing

  • Resolved
    Posted in: Highend WP Theme  
  • Customer
    cayceberryman
    July 28, 2015 at 4:54 pm #50627

    I’m going to drive y’all nuts with my background.

    This is what I’m using because my background isn’t ‘fitting’ the screen. It’s not working.

    Untitled.png {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    }
    I also played the google card and ended up trying this:
    #Untitled {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    }
    #Untitled.png {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    }
    url: http://www.cayceberryman.com.

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.