I'm trying to center an image using only css, when the image is displayed using only css.
@media(max-width: 768px){
.page-id-28 {
background-image: url(http://4309.co.uk/wp-content/uploads/2019/10/IMG_2019107_1853-1.jpg) !important;
background-size: 890px !important;
}
}
Tried using url(foo) center;
Didn't work.