Home › Forums › Theme support › Background not 100% full in Chrome Browser › Reply To: Background not 100% full in Chrome Browser
Do you mean the page background? How big is your screen??? 🙂
The background image is 1920 pixel with, if your screen is larger, you can add this css code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:
body {
background-size:100%;
}