Background image is confined only to page header area

I set an background image for a page using X Theme’s menu. I want this image to be on all page including -below the posts-. But as you can see the image is only confined to a very small area under the name “Titan Quest Anniversary Edition Mods”

How can we we make it to cover the full page?

Hello İlhan,

Thanks for writing in!

I could not check your site. I am guessing that the white background color is cover the background image. To resolve this, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

body .site, body .x-site {
  background-color: transparent;
}

Hope this helps. Please let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.