Size Increase

  • Unknown's avatar

    Hello:

    How can I get the content area to increase?

    Before I added the background picture using the code

    body.home {
    background-image: url(‘https://studentdrmissionary.files.wordpress.com/2015/12/img_1365.jpg’) !important;
    background-repeat: repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    }

    this code worked perfectly:

    .site {
    max-width: 100%;
    }

    .site {
    margin: 0 auto;
    width: 100%;
    }

    After adding the background code the content area became too narrow. How can I fix that?

    Thanks

    The blog I need help with is: (visible only to logged in users)

  • The topic ‘Size Increase’ is closed to new replies.