I am facing an issue with my background image only showing inside the content blocks, as you can see in the screenshot. I have a small fadeIn animation for the content, but nothing else special.
Here is the CSS code I am using:
.template_home {
background: url("../Images/bg_home.jpg") no-repeat top center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-width: 100%;
min-height: 100%;
color: #292a2c;
position: relative;
overflow: hidden;
}
If anyone has any ideas on how to fix this, please let me know!