[Support request] Why is my background image on the home page not the full width?

Home Forums Support [Support request] Why is my background image on the home page not the full width?

Home Forums Support Why is my background image on the home page not the full width?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2047036
    NRHSN

    see link provided

    #2047159
    Elvin
    Staff
    Customer Support

    Hi there,

    You have this CSS on your site:

    .home div#page {
        max-width:100%; 
        background-image: url('https://www.nrhsn.org.au/wordpress/wp-content/uploads/nrhsn-front-bg5.jpg'); ; background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center;
    }

    Add this CSS in it:

    background-size: cover;

    Let us know if if fits what you were aiming for. 😀

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.