http://wecare.bz/index.php/our-service
If you scroll down you will see an image that floats in the middle of the screen. I want to make the entire module that image, IE no space at the top or bottom or sides...
How do I make this possible?
#gkBottom2 {
background: transparent url("http://wecare.bz/images/woods.png") no-repeat scroll center center / cover ;
}
.page_x #gkBottom2 {
background: transparent url("http://wecare.bz/images/woods.png") no-repeat scroll center center / cover ;
}
120= imageBg page_x
120= imageBg page_x
131= imageBg page_x
.page_x #gkBottom3 {
background: transparent url("http://wecare.bz/images/woods.png") no-repeat scroll center center / cover ;
background-size: cover;
}