Support » Themes and Templates » My pages are long and the background image only covers part of them!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try applying the CSS;

    html {
     margin: 0;
     padding: 0;
     height: 100%;
     background-color: none;
    }

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    What is actually causing it is line 40 in your child theme’s stylesheet. You have the background-color set to: #EEEEEE just remove the rule and it should be fine.

    Thread Starter Cantdosleepy

    (@cantdosleepy)

    Thanks jcastaneda – that’s fixed the greyness of it so the image goes right to the bottom.

    The page is still much longer than I expect it to be, though.

    I tried changing ‘height’ to 100% in the html styling, and it didn’t resolve the problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘My pages are long and the background image only covers part of them!’ is closed to new replies.