Hello! Can you tell me how to make my header image fit all the way across the screen? I would like it to cover the span of my whole website. My website is damageawayusa.com/wordpress Thanks! Tim
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .main-content-container { background: url(http://i231.photobucket.com/albums/ee71/BigTFlyer/grey_wash_wall_2X.png); padding-top: 50px; margin-top: -1px; } This will solve your issue.
Hello, Theme contains fullwidth size header image. You can use header image of maximum width 960 pixels.