Topic Resolution: Resolved
  • Closed
  • John Milewski
    Spectator
    June 3, 2015 at 6:02 pm #17899

    The bottom of my page is hiding my background with grey space when the page doesn’t fill the vertical space of the browser window. I’d like that area to be transparent so that the background is visible. Here’s a link to my site with examples: http://test2.ioniaisd.org/blog/2015/06/01/website-help/

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    June 4, 2015 at 6:55 am #17914

    Hi,

    Are you trying to achieve this? Please see screenshot http://prntscr.com/7cxnfd

    In Theme Options -> Custom CSS add the following code.

    body {
    min-height: 1000px;
    }

    Thanks!
    Denzel

    John Milewski
    Spectator
    Posts: 2
    June 4, 2015 at 1:37 pm #17918

    Yes, thanks!