I’m trying to center an image, which should be simple, but for some reason I’m running into some challenges. I have tried:
img.center {
display: block;
margin-left: auto;
margin-right: auto;
}
in my css style sheet and inputted img.center into the extra class name field on the single image box and that didn’t work. I tried simply embedding an image in a text box and setting the image to align center and no luck. How can I go about centering an image?
Please advise,