Hi guys,
having issues centering an image in a column, have applied the following css https://prnt.sc/iuk68o for this image https://prnt.sc/iuk66h:
/* Center Images */
.image-center {
display: block;
margin-left: auto;
margin-right: auto;
}
bu tit doesn’t work…