Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #222263

    How do i specify the colour of background if I’m using a background image for the page but the content pushes down further than the length of the background ing?

    http://backup.mcewan.co.za/rich_grill/menu/#top

    scroll to the bottom of the page and you will see the white strip coming through between the content and the footer.

    #222287

    Hey ryan_wallis!

    Your background image css actually sets the background to white:

    
    #main, .html_stretched #wrap_all {
        background: url("http://backup.mcewan.co.za/rich_grill/wp-content/themes/enfold/images/background-images/fullsize-background_main_content.jpg") no-repeat scroll center top #FFFFFF;
    }
    

    The #FFFFFF should be the color you want the background to be.

    Cheers!
    Devin

    #222289

    Firebug did not prove helpful on that one! Seems so simple :) great service as always! Have a great day…

    #223139

    Glad we could help. Let us know if you have any other questions or issues.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Background image is shorter than the page contents’ is closed to new replies.