Hello Ciaran,
OK, I see that I asked a similar question before.. Same scenario different image. So what if I don't want the color to on take up half of the page? For example this red image background in privilege - images/bg.jpg -
How can I make the image only half the page. I'd like flexibility to change size.. so I researched similar requests and found following code I'd like to try but, I don't think it has the same property for the template to understand the code for example I found this:
.home .home-intro {
background: url(images/featured/home1.jpg)
background-size: cover;
background-position: center right;
background-repeat: no-repeat;
position: relative;
margin-bottom: 60px;
}
Is it .body instead of .home-intro ... I'm using developer tools and just can't identify it. Is it container? Thanks for your help..
april