The background photo gets moved to the center of the form because of the body background. How to fix it?

  • dwmann7
    Asked on November 19, 2014 at 8:20 AM
    also i have a solid grey background around the form and my picture is cut into and only starts half way down. Any suggestions on how to fix?
  • Ben
    Replied on November 19, 2014 at 9:40 AM

    Hi,

    The reason why the background image is moved towards the bottom is because body element has another image assigned to it. Now to fix this you should inject this CSS code:

     

    .supernova > body {
        background-image: none;
    }

    Do let us know how it goes.

    Best Regards,
    Ben