Reply To: Default header image on blog, post, etc

#1332
livemesh
Keymaster

The problem is all due to presence of the following code in custom.css file –

#before-content-area-wrap {
    background-repeat: no-repeat;
    background-attachment: scroll;
......
    padding: 90px 0;
    }

and the offending code is padding above. While this piece is of help when you are not setting the custom image yourself through options, it can cause the height from the padding to be retained across all posts/pages. Can you delete the entire code in the custom.css file and retry? Deleting the custom.css code is not a problem since you can always set a common background through the theme options panel in the backgrounds tab. Thanks.

If you still have trouble, pls email me again the URL for the page please. Thanks